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

concurrent

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurrent - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/future.js

12

lib/promise.js

@@ -1,12 +0,2 @@

/**
* Promises states according to the A+ Specification
*
* @readOnly
* @enum {Number}
*/
var State = {
PENDING: "pending",
FULFILLED: "fulfilled",
REJECTED: "rejected"
};
var State = require('./state');

@@ -13,0 +3,0 @@ /**

{
"name": "concurrent",
"version": "0.0.2",
"version": "0.0.3",
"description": "Promises/A+ with Scala awesomeness",

@@ -27,4 +27,6 @@ "main": "index.js",

"promises-aplus-tests": "*",
"mocha": "~1.12.0"
"mocha": "~1.12.0",
"chai": "~1.7.2",
"chai-spies": "~0.5.1"
}
}
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