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

promise-util

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-util - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

@@ -5,2 +5,6 @@ # Version 1.0.0 2015-02-01

* Use Mocha for tests
* Removed spawn, until generators are supported
* Removed spawn, until generators are supported
# Version 1.0.1 2015-06-15
* Updated test dependencies

38

package.json

@@ -1,19 +0,19 @@

{
"name" : "promise-util",
"description": "Utility functions for working with Promises in Node",
"version": "1.0.0",
"license": "ISC",
"author": "Daniel Lewis",
"repository": "git://github.com/mrdaniellewis/node-promise-utilities.git",
"dependencies": {
"promise-polyfill": "^1.1.2"
},
"devDependencies": {
"mocha": "^2.1.0",
"expect": "^1.5.0",
"memwatch": "^0.2.2"
},
"scripts": {
"test": "mocha"
}
}
{
"name": "promise-util",
"description": "Utility functions for working with Promises in Node",
"version": "1.0.1",
"license": "ISC",
"author": "Daniel Lewis",
"repository": "git://github.com/mrdaniellewis/node-promise-utilities.git",
"dependencies": {
"promise-polyfill": "^2.0.2"
},
"devDependencies": {
"mocha": "*",
"expect": "*",
"memwatch-next": "*"
},
"scripts": {
"test": "mocha"
}
}

@@ -6,3 +6,3 @@ /* jshint node:true, mocha: true */

var Queue = require('../../').Queue;
var memwatch = require('memwatch');
var memwatch = require('memwatch-next');
var util = require('util');

@@ -17,3 +17,3 @@

var maxLength = 100000//1000000;
var maxLength = 100000;
var started = false;

@@ -20,0 +20,0 @@ var collection = [0];

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