Socket
Socket
Sign inDemoInstall

evocatio

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evocatio - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -91,3 +91,3 @@ // Generated by CoffeeScript 1.10.0

};
dispatch = function(name, kwargs) {
dispatch = function(name, kwargs, context) {
var i, j, len, len1, preparedParams, ref, ref1, varname;

@@ -126,3 +126,3 @@ if (!(name in handlers)) {

}
return handlers[name].apply(handlers, preparedParams);
return handlers[name].apply(context, preparedParams);
};

@@ -129,0 +129,0 @@ return {

{
"name": "evocatio",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "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