Socket
Socket
Sign inDemoInstall

ndarray-ops

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.2

2

index.js

@@ -30,3 +30,3 @@ var cwise = require("cwise")

exports[id+"s"] = cwise({
args: ["array", "scalar"],
args: ["array", "array", "scalar"],
body: Function("a","b","s","a=b"+op+"s")

@@ -33,0 +33,0 @@ })

{
"name": "ndarray-ops",
"version": "0.1.0",
"version": "0.1.2",
"description": "Common operations for ndarray arrays",

@@ -11,4 +11,4 @@ "main": "index.js",

"dependencies": {
"cwise": "~0.1",
"ndarray": "~0.2"
"cwise": "~0.1.2",
"ndarray": "~0.2.0"
},

@@ -15,0 +15,0 @@ "devDependencies": {

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