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.1 to 0.0.2

2

index.js

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

if (indexOf.call(signatures[name], varname) < 0) {
throw Error("Unexpected parameter: " + name);
throw Error("Unexpected parameter: " + varname);
}

@@ -110,0 +110,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,3 +18,3 @@ # evocatio

fns.dispatch("whoami", {}); // "nobody"
fns.dispatch("namespace.async.operation", {arg: null, more: false});
fns.dispatch("namespace.async.operation", {arg: null, more: false}); // promise
```

@@ -21,0 +21,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