compute-array-constructors
Advanced tools
Comparing version 0.0.0 to 1.0.0
@@ -15,3 +15,3 @@ 'use strict'; | ||
* @param {String} dtype - data type | ||
* @returns {String|Null} array constructor or null | ||
* @returns {Function|Null} array constructor or null | ||
*/ | ||
@@ -18,0 +18,0 @@ function getCtor( dtype ) { |
{ | ||
"name": "compute-array-constructors", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Returns an array constructor corresponding to an array data type.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8180
1