which-typed-array
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -8,2 +8,10 @@ # Changelog | ||
## [v1.1.12](https://github.com/inspect-js/which-typed-array/compare/v1.1.11...v1.1.12) - 2023-10-19 | ||
### Commits | ||
- [Fix] somehow node 0.12 - 3 can hit here, and they lack slice but have set [`c28e9b8`](https://github.com/inspect-js/which-typed-array/commit/c28e9b84d6d68ad5f52236ba59c26b06cde6300b) | ||
- [Deps] update `call-bind` [`a648554`](https://github.com/inspect-js/which-typed-array/commit/a64855495106235352ebb3550a860d3bfd4a1ce1) | ||
- [Dev Deps] update `tape` [`7a094d6`](https://github.com/inspect-js/which-typed-array/commit/7a094d6f9219b903c9a9e13c559e68f0e9672b59) | ||
## [v1.1.11](https://github.com/inspect-js/which-typed-array/compare/v1.1.10...v1.1.11) - 2023-07-17 | ||
@@ -10,0 +18,0 @@ |
@@ -43,3 +43,3 @@ 'use strict'; | ||
var arr = new g[typedArray](); | ||
cache['$' + typedArray] = callBind(arr.slice); | ||
cache['$' + typedArray] = callBind(arr.slice || arr.set); | ||
}); | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "which-typed-array", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"author": { | ||
@@ -62,3 +62,3 @@ "name": "Jordan Harband", | ||
"available-typed-arrays": "^1.0.5", | ||
"call-bind": "^1.0.2", | ||
"call-bind": "^1.0.4", | ||
"for-each": "^0.3.3", | ||
@@ -80,3 +80,3 @@ "gopd": "^1.0.1", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.5" | ||
"tape": "^5.7.1" | ||
}, | ||
@@ -83,0 +83,0 @@ "testling": { |
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
34343
Updatedcall-bind@^1.0.4