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

upgrade-utils

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

upgrade-utils - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

index.js

@@ -1,2 +0,2 @@

var fs = require('fs')
var fs = require('graceful-fs')
var async = require('async')

@@ -20,6 +20,2 @@ var path = require('path')

if (err) {
if (err.code === 'EMFILE') {
console.error('Too many files, increase your OS limit')
process.exit(1)
}
throw err

@@ -26,0 +22,0 @@ }

3

package.json
{
"name": "upgrade-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "A tool to help with the process of upgrading modules to the latest version of Node.js latest Node version (currently v4), replacing old NAN C++ bindings and adjusting for Node.js API changes",

@@ -38,2 +38,3 @@ "main": "index.js",

"diff": "^2.1.0",
"graceful-fs": "^4.1.2",
"handlebars": "^4.0.2",

@@ -40,0 +41,0 @@ "marked": "^0.3.5",

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