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 3.7.0 to 3.8.0

9

lib/private/Deferred.js

@@ -741,6 +741,13 @@ /**

* @returns {Dictionary}
* @property {Number?} timeout
* @property {Array?} @of {Dictionary} interruptions
* @property {String} type
* @property {String|Dictionary|Array} rule
* @property {String|Function?} handler
* @property {Boolean} isThenable
*/
Deferred.prototype.getInvocationInfo = function (){
return {
timeout: this._timeout
timeout: this._timeout,
interruptions: this._userlandAfterExecLCs
};

@@ -747,0 +754,0 @@ };

2

package.json
{
"name": "parley",
"version": "3.7.0",
"version": "3.8.0",
"description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.",

@@ -5,0 +5,0 @@ "main": "lib/parley.js",

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