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

chaosrouter

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaosrouter - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

5

chaosrouter.js

@@ -183,4 +183,7 @@

this.directives = directives;
if (this.directives['execute'] === undefined)
this.directives['execute'] = [[router.defaultExec]];
this.directives['execute'] = [];
this.directives['execute'].push([router.defaultExec]);
}

@@ -187,0 +190,0 @@ Endpoint.prototype.directive = function (name, fn) {

2

package.json
{
"name": "chaosrouter",
"version": "0.2.11",
"version": "0.2.12",
"description": "ERROR: No README data found!",

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