Comparing version 1.0.0 to 1.0.1
{ | ||
"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" |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
63887
16
974
0
3