🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-oojs-utility

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-oojs-utility - npm Package Compare versions

Comparing version
1.2.6
to
1.2.7
+1
-1
package.json

@@ -6,3 +6,3 @@ {

"main": "./src/module.js",
"version": "1.2.6",
"version": "1.2.7",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=0.10.0"

@@ -30,3 +30,3 @@ /**

// node 4.0版本后, 全剧命令第一个参数从node改成了"c:/document/node.exe"的形式
if (args[i] !== 'node' && !(/node\.exe$/gi.test(args[i]))) {
if (args[i] !== 'node' && !(/node\.exe$|node$/gi.test(args[i]))) {
commandArray.push(args[i]);

@@ -33,0 +33,0 @@ }