![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
upgrade-utils
Advanced tools
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
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.
upgrade-utils [-p <path>] [-e <extensions>] [OPTIONS]
Search, report and optionally replace changes in a module's code, helping in the process of updating to the latest Node version.
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
Adrián Estrada | GitHub/edsadr | Twitter/@edsadr |
---|---|---|
Julián Duque | GitHub/julianduque | Twitter/@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.
FAQs
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
The npm package upgrade-utils receives a total of 1 weekly downloads. As such, upgrade-utils popularity was classified as not popular.
We found that upgrade-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.