Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

switchback

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

switchback - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

lib/CHANGELOG.md

2

lib/normalize.js

@@ -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": {

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