Socket
Socket
Sign inDemoInstall

ndarray-ops

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndarray-ops - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

ndarray-ops.js

12

package.json
{
"name": "ndarray-ops",
"version": "0.1.3",
"version": "1.0.0",
"description": "Common operations for ndarray arrays",
"main": "index.js",
"main": "ndarray-ops.js",
"directories": {

@@ -11,7 +11,7 @@ "example": "example",

"dependencies": {
"cwise": "~0.1.2",
"ndarray": "~0.2.0"
"cwise": "~0.3.2",
"ndarray": "~1.0.0"
},
"devDependencies": {
"tap": "~0.4.0"
"tape": "~1.0.4"
},

@@ -37,2 +37,2 @@ "scripts": {

"gitHead": "dbc9e44102e02575a0de5feb71b47674422d8e49"
}
}

@@ -24,5 +24,5 @@ ndarray-ops

//Next, create some arrays
var a = ndarray.zeros([128,128])
, b = ndarray.zeros([128,128])
, c = ndarray.zeros([128,128])
var a = ndarray(new Float32Array(128*128))
, b = ndarray(new Float32Array(128*128))
, c = ndarray(new Float32Array(128*128))

@@ -29,0 +29,0 @@ //Initialize b with some random numbers:

Sorry, the diff of this file is not supported yet

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