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

node-oojs-tool

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-oojs-tool - npm Package Compare versions

Comparing version
1.0.10
to
1.0.11
+1
-1
package.json

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

"main": "",
"version": "1.0.10",
"version": "1.0.11",
"engines": {

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

@@ -5,4 +5,7 @@ define && define({

test:function(args){
console.log('test ok');
console.log('test constructor ok');
},
run:function(){
console.log('test run ok');
}
});