Comparing version 1.0.4 to 1.0.5
@@ -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 @@ ============ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20238
230