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

maishu-router

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-router - npm Package Compare versions

Comparing version 1.4.2 to 1.4.5

7

out/route.js

@@ -39,4 +39,5 @@ "use strict";

break;
if (!p.moveNext())
if (!p.moveNext()) {
break;
}
} while (true);

@@ -53,2 +54,6 @@ let r = {};

return null;
for (let i = 0; i < c.all.length; i++) {
if (c.all[i].value == null && !c.all[i].isOption)
return null;
}
return r;

@@ -55,0 +60,0 @@ }

2

package.json
{
"name": "maishu-router",
"version": "1.4.2",
"version": "1.4.5",
"author": "shu mai",

@@ -5,0 +5,0 @@ "dependencies": {

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