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

parley

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parley - npm Package Compare versions

Comparing version 2.4.0-2 to 2.4.0-3

2

lib/private/Deferred.js

@@ -514,3 +514,3 @@ /**

var promise = this.toPromise();
return promise.then.apply(promise, arguments);
return promise.catch.apply(promise, arguments);

@@ -517,0 +517,0 @@ // Note: While the following is all very nice, we would need to change `Promise.prototype` to

{
"name": "parley",
"version": "2.4.0-2",
"version": "2.4.0-3",
"description": "Practical, lightweight flow control for Node.js. Supports callbacks and promises.",

@@ -8,3 +8,3 @@ "main": "lib/parley.js",

"custom-tests": "node ./node_modules/mocha/bin/mocha test/*.test.js",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'",
"bench": "node ./node_modules/mocha/bin/mocha test/*.benchmark.js",

@@ -11,0 +11,0 @@ "test": "npm run lint && npm run custom-tests && npm run bench"

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