@zohodesk/codestandard-analytics
Advanced tools
Comparing version 0.0.1-exp-7 to 0.0.1-exp-8
@@ -12,4 +12,3 @@ "use strict"; | ||
(0, _child_process.execSync)(pluginCommand, { | ||
cwd: pathToInstall, | ||
stdio: 'inherit' | ||
cwd: pathToInstall | ||
}); | ||
@@ -16,0 +15,0 @@ } catch (err) { |
{ | ||
"name": "@zohodesk/codestandard-analytics", | ||
"version": "0.0.1-exp-7", | ||
"version": "0.0.1-exp-8", | ||
"description": "linting tool", | ||
"main": "./build/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "7.25.4", | ||
"@zohodesk/codestandard-validator": "0.0.2", | ||
@@ -12,8 +11,7 @@ "eslint": "8.57.0" | ||
"devDependencies": { | ||
"@babel/core": "7.24.3", | ||
"@babel/core": "^7.24.3", | ||
"@babel/plugin-transform-runtime": "^7.24.7", | ||
"@babel/preset-env": "7.24.3", | ||
"@zohodesk/eslint-plugin-zsecurity": "0.0.1-beta.4", | ||
"@babel/preset-env": "^7.24.3", | ||
"chalk": "4.1.0", | ||
"commander": "12.1.0", | ||
"commander": "^12.1.0", | ||
"prettier": "3.2.5" | ||
@@ -23,4 +21,3 @@ }, | ||
"build": "babel -d ./build ./src --copy-files", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postinstall": "node bin/postinstall.js" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
@@ -27,0 +24,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
6
0
9
5
698616
28
1314
- Removed@babel/runtime@7.25.4
- Removed@babel/runtime@7.25.4(transitive)
- Removedregenerator-runtime@0.14.1(transitive)