which-typed-array
Advanced tools
Comparing version 1.1.15 to 1.1.16
@@ -8,2 +8,13 @@ # Changelog | ||
## [v1.1.16](https://github.com/inspect-js/which-typed-array/compare/v1.1.15...v1.1.16) - 2024-11-27 | ||
### Commits | ||
- [actions] split out node 10-20, and 20+ [`8e289a9`](https://github.com/inspect-js/which-typed-array/commit/8e289a9665a32f7ea267c3ffed7451b154adbe26) | ||
- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/eslint-config`, `@types/node`, `@types/tape`, `auto-changelog`, `tape` [`3d4a678`](https://github.com/inspect-js/which-typed-array/commit/3d4a67872d0dbecb755e63ba4101e9ec030a5e7e) | ||
- [Tests] replace `aud` with `npm audit` [`6fbada9`](https://github.com/inspect-js/which-typed-array/commit/6fbada976743192db47000e47eefc07708713ea0) | ||
- [types] add an additional overload [`db5a791`](https://github.com/inspect-js/which-typed-array/commit/db5a791642cd8b4d78fe4ed4da151c4543ee0840) | ||
- [Dev Deps] remove an unused DT package [`6bfff4c`](https://github.com/inspect-js/which-typed-array/commit/6bfff4c3b0c415cb32cd12be6fab3cbbe9e10e13) | ||
- [Dev Deps] add missing peer dep [`05fd582`](https://github.com/inspect-js/which-typed-array/commit/05fd582a703cd68ee7613af0ef2c45546ea5d2ba) | ||
## [v1.1.15](https://github.com/inspect-js/which-typed-array/compare/v1.1.14...v1.1.15) - 2024-03-10 | ||
@@ -10,0 +21,0 @@ |
@@ -18,2 +18,3 @@ /** | ||
declare function whichTypedArray(value: BigUint64Array): 'BigUint64Array'; | ||
declare function whichTypedArray(value: whichTypedArray.TypedArray): whichTypedArray.TypedArrayName; | ||
declare function whichTypedArray(value: unknown): false | null; | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "which-typed-array", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"author": { | ||
@@ -32,3 +32,3 @@ "name": "Jordan Harband", | ||
"test:harmony": "nyc node --harmony --es-staging test", | ||
"posttest": "aud --production", | ||
"posttest": "npx npm@'>=10.2' audit --production", | ||
"lint": "eslint --ext=js,mjs .", | ||
@@ -71,4 +71,4 @@ "postlint": "tsc -p . && attw -P", | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.1", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"@arethetypeswrong/cli": "^0.17.0", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"@ljharb/tsconfig": "^0.2.0", | ||
@@ -81,6 +81,5 @@ "@types/call-bind": "^1.0.5", | ||
"@types/make-generator-function": "^2.0.3", | ||
"@types/node": "^20.11.25", | ||
"@types/tape": "^5.6.4", | ||
"aud": "^2.0.4", | ||
"auto-changelog": "^2.4.0", | ||
"@types/tape": "^5.6.5", | ||
"auto-changelog": "^2.5.0", | ||
"encoding": "^0.1.13", | ||
"eslint": "=8.8.0", | ||
@@ -94,3 +93,3 @@ "in-publish": "^2.0.1", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.7.5", | ||
"tape": "^5.9.0", | ||
"typescript": "next" | ||
@@ -97,0 +96,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
41895
22
267