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

node-helper-utilities

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-helper-utilities - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

11

History.md
2.1.1 / 2016-02-01
==================
* remove unused package from deps
* swap native-or-bluebird to use any-promise. closes #1
* license: bump year
* deps: bump to latest
* build: bump dependencies version
* deps: bump version
* code: remove slice
2.1.0 / 2015-10-16

@@ -3,0 +14,0 @@ ==================

3

index.js
'use strict';
var Promise = require('native-or-bluebird');
var Promise = require('any-promise');
var bcrypt = require('bcrypt');

@@ -9,3 +9,2 @@ var crypto = require('crypto');

var cluster = require('cluster');
var slice = Array.prototype.slice;

@@ -12,0 +11,0 @@ function clean(obj) {

{
"name": "node-helper-utilities",
"version": "2.1.0",
"version": "2.1.1",
"description": "Generic helper utilities",

@@ -20,12 +20,12 @@ "main": "index.js",

"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.3.14",
"mocha": "^2.3.3",
"sinon": "^1.14.1"
"chai": "^3.4.1",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"dependencies": {
"any-promise": "^1.0.0",
"bcrypt": "^0.8.4",
"bluebird": "^2.9.34",
"native-or-bluebird": "^1.2.0"
"bluebird": "^3.0.5"
}
}

Sorry, the diff of this file is not supported yet

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