New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

upgrade-ready

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upgrade-ready - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

2

package.json
{
"name": "upgrade-ready",
"version": "1.0.19",
"version": "1.0.20",
"description": "A tool to help with the process of upgrading modules to the latest version of Node.js (v4), it will check dependencies against a Node.js version",

@@ -5,0 +5,0 @@ "bin": "upgrade-ready.js",

@@ -8,3 +8,3 @@ upgrade-ready

We made this tool with much <3 to help you in the process to upgrade your application to the recent versions of Node.js (4.4.5)
We made this tool with much <3 to help you in the process to upgrade your application to the recent versions of Node.js (4.4.6)

@@ -24,3 +24,3 @@ The tool connect with a remote server where we try to install your dependencies tree using the selected Node.js version.

``` bash
$ upgrade-ready 4.4.5
$ upgrade-ready 4.4.6
```

@@ -27,0 +27,0 @@

@@ -27,3 +27,3 @@ #!/usr/bin/env node

verbose: false,
targetVersion: '4.4.5',
targetVersion: '4.4.6',
path: path.resolve('.')

@@ -30,0 +30,0 @@ })

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc