Comparing version 1.0.2 to 1.0.3
@@ -7,3 +7,2 @@ "use strict" | ||
var parse = require("cwise-parser") | ||
var through = require("through2") | ||
var uglify = require("uglify-js") | ||
@@ -45,5 +44,3 @@ | ||
var codeStr = "require('cwise/lib/wrapper')(" + JSON.stringify(compileBlock) + ")" | ||
var result = through() | ||
result.end(codeStr) | ||
return result | ||
return codeStr | ||
} | ||
@@ -50,0 +47,0 @@ }) |
{ | ||
"name": "cwise", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Component-wise operations on ndarrays", | ||
@@ -11,6 +11,5 @@ "main": "cwise.js", | ||
"dependencies": { | ||
"cwise-parser": "~0.0.1", | ||
"cwise-compiler": "~0.1.0", | ||
"static-module": "^0.0.6", | ||
"through2": "^0.4.1", | ||
"cwise-parser": "^1.0.0", | ||
"cwise-compiler": "^1.0.0", | ||
"static-module": "^0.0.7", | ||
"uglify-js": "2.4.13" | ||
@@ -17,0 +16,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
4
11662
82
+ Addedcwise-compiler@1.1.3(transitive)
+ Addedcwise-parser@1.0.3(transitive)
+ Addedesprima@1.2.5(transitive)
+ Addedstatic-module@0.0.7(transitive)
+ Addeduniq@1.0.1(transitive)
- Removedthrough2@^0.4.1
- Removedcwise-compiler@0.1.0(transitive)
- Removedcwise-parser@0.0.1(transitive)
- Removedstatic-module@0.0.6(transitive)
- Removeduniq@0.0.2(transitive)
Updatedcwise-compiler@^1.0.0
Updatedcwise-parser@^1.0.0
Updatedstatic-module@^0.0.7