🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.4
to
1.2.5
+1
-1
package.json

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

"main": "./src/module.js",
"version": "1.2.4",
"version": "1.2.5",
"engines": {

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

@@ -10,3 +10,4 @@ oojs.define({

var result = this.js.minify(source, {
fromString: true
fromString: true,
output: { quote_style: 3 }
}).code;

@@ -13,0 +14,0 @@