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 1.0.0 to 1.0.1

lib/parley.js

5

package.json
{
"name": "parley",
"version": "1.0.0",
"version": "1.0.1",
"description": "Practical, lightweight flow control for Node.js. Supports callbacks and promises.",
"main": "index.js",
"main": "lib/parley.js",
"scripts": {

@@ -26,2 +26,3 @@ "test": "node ./node_modules/mocha/bin/mocha test"

"devDependencies": {
"benchmark": "2.1.2",
"flaverr": "^1.0.0",

@@ -28,0 +29,0 @@ "mocha": "3.0.2"

2

README.md

@@ -381,3 +381,3 @@ parley

| handleExec | ((function)) | This is the function that you must provide in order to describe what happens when the deferred object is executed.
| codeName | ((_string?_)) | An optional value used to improve readability when the deferred object is logged using console.log(). Note that some readability enhancements are disabled in production (for performance reasons.)
| codeName | ((_string?_)) | An optional value used to improve readability in error messages. If left unspecified, parley will fall back to the function name of the provided `handleExec` handler function, if it has one.

@@ -384,0 +384,0 @@

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