switchback
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -40,3 +40,3 @@ /** | ||
if (!args[0]) { | ||
args[0] = new Error('An error occurred. The error exit was triggered on a switchback that is being handled with a callback function in userland. And since no truthy argument was provided, switchback created this anoymous error.'); | ||
args[0] = new Error('An error occurred. The error exit was triggered on a switchback that is being handled with a callback function in userland. And since no truthy argument was provided, switchback created this anonymous error.'); | ||
} | ||
@@ -43,0 +43,0 @@ _originalCallbackFn.apply(callbackContext || this, args); |
{ | ||
"name": "switchback", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Normalize callback fns to switchbacks and vice versa", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"lodash": "~2.4.1" | ||
"lodash": "3.10.1" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
33432
13
1
+ Addedlodash@3.10.1(transitive)
- Removedlodash@2.4.2(transitive)
Updatedlodash@3.10.1