Socket
Socket
Sign inDemoInstall

cwise

Package Overview
Dependencies
32
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

5

lib/cwise-transform.js

@@ -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 @@ })

9

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc