@zohodesk/codestandard-analytics
Advanced tools
Comparing version 0.0.1-exp-5 to 0.0.1-exp-6
{ | ||
"name": "@zohodesk/codestandard-analytics", | ||
"version": "0.0.1-exp-5", | ||
"version": "0.0.1-exp-6", | ||
"description": "linting tool", | ||
"main": "./build/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "7.25.4", | ||
"@zohodesk/codestandard-validator": "0.0.2", | ||
@@ -11,13 +12,14 @@ "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", | ||
"@babel/preset-env": "7.24.3", | ||
"@zohodesk/eslint-plugin-zsecurity": "0.0.1-beta.4", | ||
"chalk": "4.1.0", | ||
"commander": "^12.1.0", | ||
"prettier": "3.2.5", | ||
"postinstall":"node bin/postInstall.js" | ||
"commander": "12.1.0", | ||
"prettier": "3.2.5" | ||
}, | ||
"scripts": { | ||
"build": "babel -d ./build ./src --copy-files", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postinstall": "node bin/postinstall.js" | ||
}, | ||
@@ -24,0 +26,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
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
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
698767
3
1
3
+ Added@babel/runtime@7.25.4
+ Added@babel/runtime@7.25.4(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)