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

method-missing

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

method-missing - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

lib/error.js

10

lib/proxy.js

@@ -12,2 +12,8 @@ /*!

/**
* Module dependencies.
*/
const MethodMissingError = require('./error');
/**
* Main proxy handler.

@@ -32,2 +38,6 @@ *

}
} else {
throw new MethodMissingError(
`${method}, use method '__call(method, args)' in your class to catch.`
);
}

@@ -34,0 +44,0 @@ }

2

package.json
{
"name": "method-missing",
"version": "1.1.1",
"version": "1.1.2",
"engines" : {

@@ -5,0 +5,0 @@ "node" : ">=6.0.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