New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@use-cdn/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@use-cdn/cli - npm Package Compare versions

Comparing version
1.0.0
to
2.0.0
+4
-3
package.json
{
"name": "@use-cdn/cli",
"version": "1.0.0",
"version": "2.0.0",
"description": "This is the cli utility for the use-cdn suite of packages.",

@@ -15,3 +15,4 @@ "bin": {

"test": "mocha",
"posttest": "eslint *.js test/*.js"
"posttest": "eslint *.js test/*.js",
"distclean": "rm -rf node_modules"
},

@@ -25,4 +26,4 @@ "keywords": [

"dependencies": {
"@use-cdn/common": "1.0.0"
"@use-cdn/common": "2.0.0"
}
}