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

node-verification-code

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-verification-code - npm Package Compare versions

Comparing version
1.0.8
to
1.1.1
+4
-3
package.json

@@ -20,3 +20,3 @@ {

},
"version": "1.0.8",
"version": "1.1.1",
"license": "MIT",

@@ -37,3 +37,3 @@ "keywords": [

"lint": "eslint ./lib/**/*.ts",
"prepare": "husky install"
"prepare": "is-ci || husky install"
},

@@ -50,5 +50,6 @@ "engines": {

"husky": "^7.0.4",
"is-ci": "^3.0.1",
"prettier": "^2.7.1",
"typescript": "^4.5.5"
}
}
}