mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Implement basic bun security scanner for safe chain
This commit is contained in:
parent
8450b80223
commit
dc3ab32078
6 changed files with 420 additions and 1 deletions
30
packages/safe-chain-bun/package.json
Normal file
30
packages/safe-chain-bun/package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "@aikidosec/safe-chain-bun",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"bun": "./src/index.js",
|
||||
"default": "./src/index.js"
|
||||
}
|
||||
},
|
||||
"keywords": ["bun", "security", "scanner", "malware", "aikido"],
|
||||
"author": "Aikido Security",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Aikido Security Scanner for Bun package manager - detects malware and security threats during package installation",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/AikidoSec/safe-chain.git",
|
||||
"directory": "packages/safe-chain-bun"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aikidosec/safe-chain": "file:../safe-chain"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bun": ">=1.2.21"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue