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

mpwrapper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpwrapper - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

17

build/src/wrapper.js

@@ -136,18 +136,3 @@ "use strict";

if (callbacks.length >= i) {
let result = undefined;
let error = false;
try {
result = callbacks[i - 1].apply(this, args);
}
catch (e) {
error = true;
throw e;
}
finally {
if (error) {
// continue the loop
return next();
}
return result;
}
return callbacks[i - 1].apply(this, args);
}

@@ -154,0 +139,0 @@ else {

2

package.json
{
"name": "mpwrapper",
"version": "0.1.6",
"version": "0.1.7",
"description": "Monkey Patch Wrapper that support multiple wrapping and unwrapping",

@@ -5,0 +5,0 @@ "main": "build/src/index.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