Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

check-version-modules

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

14

lib/deps/checkDependenciesUpdates.js

@@ -41,4 +41,16 @@ /*

return checkVersionValidity(dependency.version, false);
return checkVersionValidity(dependency.version, false).then((runnable) => {
if (!runnable && options.console) {
(0, console).log(getFormatedTime(),
dependency.path, "=>", "not managed", dependency.version.yellow
);
}
return Promise.resolve(runnable);
});
}).then(function runCheckifRunnable (runCheck) {

@@ -45,0 +57,0 @@

10

package.json
{
"name": "check-version-modules",
"version": "1.3.1",
"version": "1.3.2",
"description": "Check modules's version for the package.",

@@ -46,10 +46,10 @@ "main": "lib/main.js",

"dependencies": {
"colors": "1.3.3"
"colors": "1.4.0"
},
"devDependencies": {
"@types/node": "15.3.0",
"@types/node": "15.12.1",
"coveralls": "3.1.0",
"eslint": "7.26.0",
"eslint": "7.28.0",
"husky": "6.0.0",
"mocha": "8.4.0",
"mocha": "9.0.0",
"nyc": "15.1.0",

@@ -56,0 +56,0 @@ "typescript": "4.3.2"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc