New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zhike-chaos

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zhike-chaos - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "zhike-chaos",
"version": "1.0.6",
"version": "1.0.7",
"description": "chaos - boilerplate generator",

@@ -5,0 +5,0 @@ "main": "bin/chaos",

@@ -11,3 +11,3 @@ 'use strict';

methods.forEach(method => {
this[method] = (path, actionsAndOptions) => {
this[method] = function(path, actionsAndOptions) {
actionsAndOptions = Array.from(arguments).slice(1);

@@ -17,3 +17,3 @@ this[method][path] = (this[method][path] || []).concat(actionsAndOptions);

});
this.use = (path, subRouterOrMiddlewares) => {
this.use = function(path, subRouterOrMiddlewares) {
subRouterOrMiddlewares = Array.from(arguments).slice(1);

@@ -20,0 +20,0 @@ if (subRouterOrMiddlewares.length > 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