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.2 to 3.2.3

8

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

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

if (negotiationRule === undefined && lcType === 'tolerate') {
if (handler === undefined && negotiationRule === undefined && lcType === 'tolerate') {
throw flaverr({

@@ -81,8 +81,8 @@ name:

message:
'Invalid usage of `.tolerate()`. No handler function provided, and no\n'+
'negotiation rule was provided either. (It would be unsafe to continue.)\n'+
'Invalid usage of `.tolerate()`. No handler function was 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\')`'+
'down the errors which you\'d like to tolerate, like `.tolerate(\'E_FOOBAR\')`.\n'+
' [?] See https://sailsjs.com/support for help.'

@@ -89,0 +89,0 @@ }, deferred._omen);

{
"name": "parley",
"version": "3.2.2",
"version": "3.2.3",
"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