+9
-7
| { | ||
| "name": "skor", | ||
| "author": "BigAB <bigab@live.ca>", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "publishConfig": { | ||
@@ -62,9 +62,11 @@ "registry": "https://registry.npmjs.org/" | ||
| "release-it": { | ||
| "before:init": [ | ||
| "npm run lint", | ||
| "npm test", | ||
| "npm build" | ||
| ], | ||
| "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." | ||
| "hooks": { | ||
| "before:init": [ | ||
| "npm run lint", | ||
| "npm test", | ||
| "npm build" | ||
| ], | ||
| "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." | ||
| } | ||
| } | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
5434
0.61%