azure-functions-core-tools
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Azure Functions Core Tools", | ||
"scripts": { }, | ||
"scripts": { | ||
"postinstall": "node lib/install.js" | ||
}, | ||
"author": "Microsoft", | ||
"license": "MIT", | ||
"preferGlobal": true, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/Azure/azure-functions-cli.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Azure/azure-functions-cli.git" | ||
}, | ||
@@ -18,4 +20,11 @@ "bin": { | ||
}, | ||
"os": ["win32"], | ||
"dependencies": {} | ||
"os": [ | ||
"win32" | ||
], | ||
"dependencies": { | ||
"chalk": "^2.1.0", | ||
"command-exists": "^1.2.2", | ||
"tmp": "^0.0.33", | ||
"unzipper": "^0.8.9" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 157 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 4 instances in 1 package
2
4
11001
4
4
45
1
0
1
+ Addedchalk@^2.1.0
+ Addedcommand-exists@^1.2.2
+ Addedtmp@^0.0.33
+ Addedunzipper@^0.8.9
+ Addedansi-styles@3.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbig-integer@1.6.52(transitive)
+ Addedbinary@0.3.0(transitive)
+ Addedbluebird@3.4.7(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedbuffer-indexof-polyfill@1.0.2(transitive)
+ Addedbuffer-shims@1.0.0(transitive)
+ Addedbuffers@0.1.1(transitive)
+ Addedchainsaw@0.1.0(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcommand-exists@1.2.9(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedduplexer2@0.1.4(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfstream@1.0.12(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlistenercount@1.0.1(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedprocess-nextick-args@1.0.7(transitive)
+ Addedreadable-stream@2.1.5(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addedtmp@0.0.33(transitive)
+ Addedtraverse@0.3.9(transitive)
+ Addedunzipper@0.8.14(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)