@petamoriken/float16
Advanced tools
Comparing version 3.8.5 to 3.8.6
@@ -1,2 +0,2 @@ | ||
/*! @petamoriken/float16 v3.8.5 | MIT License - https://github.com/petamoriken/float16 */ | ||
/*! @petamoriken/float16 v3.8.6 | MIT License - https://github.com/petamoriken/float16 */ | ||
@@ -257,2 +257,5 @@ var float16 = (function (exports) { | ||
try { | ||
if (ArrayIsArray(value)) { | ||
return false; | ||
} | ||
ArrayBufferPrototypeGetByteLength( (value)); | ||
@@ -259,0 +262,0 @@ return true; |
{ | ||
"name": "@petamoriken/float16", | ||
"version": "3.8.5", | ||
"version": "3.8.6", | ||
"description": "IEEE 754 half-precision floating-point for JavaScript", | ||
@@ -85,3 +85,3 @@ "keywords": [ | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsdoc": "^48.2.0", | ||
"eslint-plugin-jsdoc": "^48.2.1", | ||
"espower-cli": "^1.1.0", | ||
@@ -97,3 +97,3 @@ "espower-loader": "^1.2.2", | ||
"power-assert": "^1.4.2", | ||
"rollup": "^4.12.0", | ||
"rollup": "^4.12.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
@@ -100,0 +100,0 @@ "source-map-support": "^0.5.21" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
238121
6149