🚀 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.7
to
1.2.8
+1
-1
package.json

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

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

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

@@ -492,3 +492,3 @@ // npm install node-oojs-utility -g

if (importFilePath && importFilePath.indexOf('oojs') > -1) {
importFilePath = "./node_modules/node-oojs/bin/" + importFilePath + ".js";
importFilePath = "./node_modules/node-oojs/bin/compress/" + importFilePath + ".js";
}

@@ -495,0 +495,0 @@ else {