Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cwise

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwise - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

4

lib/cwise-transform.js

@@ -14,3 +14,3 @@ "use strict"

var codeStr = "var X=" + func
var minified = uglify.minify(codeStr, {fromString: true}).code
var minified = uglify.minify(codeStr, {fromString: true, compress: { unused: "keep_assign" }}).code
var code = minified.substr(6, minified.length-7)

@@ -48,2 +48,2 @@ return parse(code)

return sm
}
}
{
"name": "cwise",
"version": "1.0.9",
"version": "1.0.10",
"description": "Component-wise operations on ndarrays",

@@ -5,0 +5,0 @@ "main": "cwise.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc