@aikidosec/safe-chain 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +21 -0
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aikidosec/safe-chain",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"scripts": {},
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/AikidoSec/safe-npm.git"
|
|
8
|
+
},
|
|
9
|
+
"bin": {},
|
|
10
|
+
"type": "module",
|
|
11
|
+
"keywords": [],
|
|
12
|
+
"author": "Aikido Security",
|
|
13
|
+
"license": "AGPL-3.0-or-later",
|
|
14
|
+
"description": "The Aikido Safe Package Manager wraps around the [npm cli](https://github.com/npm/cli), [npx](https://github.com/npm/cli/blob/latest/docs/content/commands/npx.md), [yarn](https://yarnpkg.com/), [pnpm](https://pnpm.io/), and [pnpx](https://pnpm.io/cli/dlx) to provide extra checks before installing new packages. This tool will detect when a package contains malware and prompt you to exit, preventing npm, npx, yarn, pnpm, or pnpx from downloading or running the malware.",
|
|
15
|
+
"dependencies": {},
|
|
16
|
+
"main": "eslint.config.js",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/AikidoSec/safe-npm/issues"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://github.com/AikidoSec/safe-npm#readme"
|
|
21
|
+
}
|