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.2.1 to 3.2.2

15

lib/private/bind-userland-after-exec-lc.js

@@ -75,3 +75,18 @@ /**

if (negotiationRule === undefined && lcType === 'tolerate') {
throw flaverr({
name:
'UsageError',
message:
'Invalid usage of `.tolerate()`. No handler function provided, and no\n'+
'negotiation rule was provided either. (It would be unsafe to continue.)\n'+
'It is never a good idea to tolerate *ALL* errors a function might\n'+
'encounter, because doing so would make it easy to accidentally swallow\n'+
'real problems or bugs. So instead, please provide some way of narrowing\n'+
'down the errors which you\'d like to tolerate, e.g. `.tolerate(\'E_FOOBAR\')`'+
' [?] See https://sailsjs.com/support for help.'
}, deferred._omen);
}//•
if (negotiationRule !== undefined) {

@@ -78,0 +93,0 @@

2

package.json
{
"name": "parley",
"version": "3.2.1",
"version": "3.2.2",
"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