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

ndarray

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndarray - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

ndarray.js

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

var arrayName = props[prop]
code.push(["function ", arrayName, "(v) {Object.defineProperty(this,'_v',{value:v,enumerable:false,writable:false,configurable:false})} var aproto=", arrayName, ".prototype"].join(""))
code.push(["function ", arrayName, "(v) {this._v=v} var aproto=", arrayName, ".prototype"].join(""))
code.push(["aproto.length=",dimension].join(""))

@@ -110,0 +110,0 @@ for(var i=0; i<dimension; ++i) {

{
"name": "ndarray",
"version": "1.0.4",
"version": "1.0.5",
"description": "Multidimensional Arrays",

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

@@ -11,2 +11,4 @@ ndarray

[![stable](https://rawgithub.com/hughsk/stability-badges/master/dist/stable.svg)](http://github.com/hughsk/stability-badges)
Introduction

@@ -13,0 +15,0 @@ ============

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