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

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

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-62.5%
Maintainers
4
Weekly downloads
 
Created
Source

upgrade-utils

A tool from NodeSource 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.

SYPNOSIS

upgrade-utils [-p <path>] [-e <extensions>] [OPTIONS]

DESCRIPTION

Search, report and optionally replace changes in a module's code, helping in the process of updating to the latest Node version.

USAGE

Using with no parameters will search recursively by default in the current directory for files with extensions: .js, .cc .c .cpp .h and .hh, and will display required changes to apply in them in order to update the module to the latest version of Node and NAN. a log will generate will all the information in an HTML file opening this in a browser

upgrade-utils

You can customize the path where the command will act with -p or --path options

upgrade-utils -p /the/module/path upgrade-utils --path /the/module/path

You can customize the extensions to search for with -e or --extensions options and providing a coma separated list of extensions

upgrade-utils -e .c,.cpp,.cp upgrade-utils --extensions .c,.cpp,.cp

You can perform all changes in all files with -u or --update options

upgrade-utils -u upgrade-utils --update

You can avoid launching the browser with -q or --quiet

upgrade-utils -q upgrade-utils --quiet

Authors and Contributors

Adrián EstradaGitHub/edsadrTwitter/@edsadr
Julián DuqueGitHub/julianduqueTwitter/@julian_duque

Contributions are welcomed from anyone wanting to improve this project!

upgrade-utils is Copyright (c) 2015 NodeSource and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.

Keywords

FAQs

Package last updated on 05 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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