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

sojs-test

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sojs-test - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+1
-1
package.json
{
"name": "sojs-test",
"version": "0.0.3",
"version": "0.0.4",
"description": " Sojs test framework",

@@ -5,0 +5,0 @@ "homepage": "http://www.develop.cc",

require('sojs');
oojs.define({
sojs.define({
name: 'sojs-test-module',
'$oojs-utility-url-module': function () {
oojs.setPath({'sojs.test': __dirname});
'$sojs-utility-url-module': function () {
sojs.setPath({'sojs.test': __dirname});
}
});