@typescript-tools/internal-dependencies
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@typescript-tools/internal-dependencies", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Calculate package dependencies living in the same monorepo", | ||
"main": "dist/src/internal-dependencies.js", | ||
"types": "dist/src/internal-dependencies.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"bin": { | ||
"internal-dependencies": "./dist/src/internal-dependencies.js" | ||
"internal-dependencies": "./dist/src/index.js" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "npm run clean && npm run compile", | ||
"prepublishOnly": "npm run clean && ncc build -m src/index.ts -o dist/src", | ||
"compile": "tsc -b .", | ||
@@ -65,2 +65,3 @@ "watch:compile": "nodemon -e 'ts json' -x 'npm run compile || true'", | ||
"@typescript-eslint/parser": "^4.6.1", | ||
"@vercel/ncc": "^0.24.1", | ||
"ava": "^3.13.0", | ||
@@ -113,4 +114,3 @@ "ava-fast-check": "^3.0.0", | ||
"access": "public" | ||
}, | ||
"gitHead": "797c20741b95ddcb0501ea45ab3a3f433f247752" | ||
} | ||
} |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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 7 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
310815
18
5
6
2
19
2