Socket
Socket
Sign inDemoInstall

ndarray-pack

Package Overview
Dependencies
5
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

convert.js

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

var shape = [], c = arr, sz = 1
while(c instanceof Array) {
while(Array.isArray(c)) {
shape.push(c.length)

@@ -11,0 +11,0 @@ sz *= c.length

{
"name": "ndarray-pack",
"version": "1.2.0",
"version": "1.2.1",
"description": "Packs an array-of-arrays into a single ndarray",

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

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