Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nohm-migrations

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nohm-migrations - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

lib/nohm-migrations.js

@@ -60,2 +60,5 @@ var _ = require('underscore'),

done = done || function (err) {
if (err) {
log("Exiting with err ", err);
}
process.exit(err ? 1 : 0);

@@ -62,0 +65,0 @@ };

2

package.json

@@ -5,3 +5,3 @@ {

"author": "Pulse Energy",
"version": "0.1.1",
"version": "0.1.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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