arraybuffer.prototype.slice
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,2 +8,10 @@ # Changelog | ||
## [v1.0.3](https://github.com/es-shims/ArrayBuffer.prototype.slice/compare/v1.0.2...v1.0.3) - 2024-02-04 | ||
### Commits | ||
- [Deps] update `array-buffer-byte-length`, `call-bind`, `define-properties`, `es-abstract`, `get-intrinsic`, `is-array-buffer` [`d9b6859`](https://github.com/es-shims/ArrayBuffer.prototype.slice/commit/d9b68591ff509613d0dfc4036539ba4e0dc34931) | ||
- [Dev Deps] update `aud`, `npmignore`, `object-inspect`, `tape` [`38cb58d`](https://github.com/es-shims/ArrayBuffer.prototype.slice/commit/38cb58dfa3f3c8b11bfb2144f8e7cc74dd461f5e) | ||
- [Refactor] use `es-errors` where possible, so things that only need those do not need `get-intrinsic` [`5c07bef`](https://github.com/es-shims/ArrayBuffer.prototype.slice/commit/5c07befd134cae93ad5f9ab307ff67691ff5155b) | ||
## [v1.0.2](https://github.com/es-shims/ArrayBuffer.prototype.slice/compare/v1.0.1...v1.0.2) - 2023-09-05 | ||
@@ -10,0 +18,0 @@ |
@@ -6,3 +6,2 @@ 'use strict'; | ||
var $ArrayBuffer = GetIntrinsic('%ArrayBuffer%', true); | ||
var $TypeError = GetIntrinsic('%TypeError%'); | ||
var $Uint8Array = GetIntrinsic('%Uint8Array%', true); | ||
@@ -19,2 +18,3 @@ | ||
var isArrayBuffer = require('is-array-buffer'); | ||
var $TypeError = require('es-errors/type'); | ||
@@ -21,0 +21,0 @@ module.exports = function slice(start, end) { |
{ | ||
"name": "arraybuffer.prototype.slice", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ES spec-compliant shim for ArrayBuffer.prototype.slice", | ||
@@ -56,8 +56,9 @@ "author": "Jordan Harband <ljharb@gmail.com>", | ||
"dependencies": { | ||
"array-buffer-byte-length": "^1.0.0", | ||
"call-bind": "^1.0.2", | ||
"define-properties": "^1.2.0", | ||
"es-abstract": "^1.22.1", | ||
"get-intrinsic": "^1.2.1", | ||
"is-array-buffer": "^3.0.2", | ||
"array-buffer-byte-length": "^1.0.1", | ||
"call-bind": "^1.0.5", | ||
"define-properties": "^1.2.1", | ||
"es-abstract": "^1.22.3", | ||
"es-errors": "^1.2.1", | ||
"get-intrinsic": "^1.2.3", | ||
"is-array-buffer": "^3.0.4", | ||
"is-shared-array-buffer": "^1.0.2" | ||
@@ -68,3 +69,3 @@ }, | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.3", | ||
"aud": "^2.0.4", | ||
"auto-changelog": "^2.4.0", | ||
@@ -80,7 +81,7 @@ "covert": "^1.1.1", | ||
"in-publish": "^2.0.1", | ||
"npmignore": "^0.3.0", | ||
"npmignore": "^0.3.1", | ||
"nyc": "^10.3.2", | ||
"object-inspect": "^1.12.3", | ||
"object-inspect": "^1.13.1", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.6" | ||
"tape": "^5.7.4" | ||
}, | ||
@@ -87,0 +88,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
20179
8
+ Addedes-errors@^1.2.1
- Removedarraybuffer.prototype.slice@1.0.3(transitive)
Updatedcall-bind@^1.0.5
Updateddefine-properties@^1.2.1
Updatedes-abstract@^1.22.3
Updatedget-intrinsic@^1.2.3
Updatedis-array-buffer@^3.0.4