Comparing version 1.0.0 to 1.0.1
@@ -40,3 +40,3 @@ var pp = require("./pp"), | ||
// Allow both methods. .oj during development and .js during production. | ||
if(path.extname(file)==".js" || path.extname(file)==".oj") { | ||
if(path.extname(file)==".js" || path.extname(file)==".oj" || path.extname(file)==".d") { | ||
var bname = path.basename(file, path.extname(file)); | ||
@@ -68,3 +68,2 @@ var OJname = path.join(dir, bname+".oj"); | ||
} | ||
var write=false; | ||
if(!options.alwaysSaveOutput) return; | ||
@@ -71,0 +70,0 @@ if(!fs.existsSync(JSname)) return doWrite(); |
{ | ||
"name": "connect-oj", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Connect <-> OJ middleware", | ||
@@ -30,3 +30,3 @@ "main": "main.js", | ||
"dependencies": { | ||
"ojc": "git://github.com/musictheory/oj.git#1.0", | ||
"ojc": "^1.0.0", | ||
"temp": "^0.8.1" | ||
@@ -33,0 +33,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
10890
152
+ Addedamdefine@1.0.1(transitive)
+ Addedcli@1.0.1(transitive)
+ Addedconsole-browserify@1.1.0(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddate-now@0.1.4(transitive)
+ Addeddom-serializer@0.2.2(transitive)
+ Addeddomelementtype@1.3.12.3.0(transitive)
+ Addeddomhandler@2.3.0(transitive)
+ Addeddomutils@1.5.1(transitive)
+ Addedentities@1.0.02.2.0(transitive)
+ Addedestraverse@4.3.0(transitive)
+ Addedexit@0.1.2(transitive)
+ Addedhtmlparser2@3.8.3(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedjshint@2.13.6(transitive)
+ Addedlodash@2.4.24.17.21(transitive)
+ Addedminimatch@3.0.8(transitive)
+ Addednode-getopt@0.2.4(transitive)
+ Addedojc@1.2.0(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedsource-map@0.1.43(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedstrip-json-comments@1.0.4(transitive)
+ Addedtypescript@1.6.2(transitive)
Updatedojc@^1.0.0