which-typed-array
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -10,6 +10,19 @@ # Changelog | ||
## [v1.1.2](https://github.com/inspect-js/which-typed-array/compare/v1.1.1...v1.1.2) - 2020-04-08 | ||
## [v1.1.3](https://github.com/inspect-js/which-typed-array/compare/v1.1.2...v1.1.3) - 2020-12-05 | ||
### Commits | ||
- [Tests] migrate tests to Github Actions [`803d4dd`](https://github.com/inspect-js/which-typed-array/commit/803d4ddb601ff03e587be792bd452de0e2783d03) | ||
- [Tests] run `nyc` on all tests [`205a13f`](https://github.com/inspect-js/which-typed-array/commit/205a13f7aa172e014ddc2079c84af6ba575581c8) | ||
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `is-callable`, `tape` [`97ceb07`](https://github.com/inspect-js/which-typed-array/commit/97ceb070d5aea1c3a696c6f695800ae468bafc0b) | ||
- [actions] add "Allow Edits" workflow [`b140492`](https://github.com/inspect-js/which-typed-array/commit/b14049211eff32bd4149767def4f939483810051) | ||
- [Deps] update `es-abstract`; use `call-bind` where applicable [`2abdb87`](https://github.com/inspect-js/which-typed-array/commit/2abdb871961b4e1b58925115a7d56a9cc5966a02) | ||
- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`256d34b`](https://github.com/inspect-js/which-typed-array/commit/256d34b8bdb67b8af0e9f83c9a318e54f3340e3b) | ||
- [Dev Deps] update `auto-changelog`; add `aud` [`ddea96f`](https://github.com/inspect-js/which-typed-array/commit/ddea96fe320dbdd0c7d7569812399a7f64d43e04) | ||
- [meta] gitignore nyc output [`8a812bd`](https://github.com/inspect-js/which-typed-array/commit/8a812bd1ce7c5609988fb4fe2e9af2089eccd07d) | ||
## [v1.1.2](https://github.com/inspect-js/which-typed-array/compare/v1.1.1...v1.1.2) - 2020-04-07 | ||
### Commits | ||
- [Dev Deps] update `make-arrow-function`, `make-generator-function` [`28c61ef`](https://github.com/inspect-js/which-typed-array/commit/28c61eff4903ff6509f65c2f500858b9cb4636f1) | ||
@@ -79,3 +92,3 @@ - [Dev Deps] update `@ljharb/eslint-config` [`a233879`](https://github.com/inspect-js/which-typed-array/commit/a2338798d3a4a3169cda54e322b2f2eb0e976ad0) | ||
## [v1.0.1](https://github.com/inspect-js/which-typed-array/compare/v1.0.0...v1.0.1) - 2016-03-20 | ||
## [v1.0.1](https://github.com/inspect-js/which-typed-array/compare/v1.0.0...v1.0.1) - 2016-03-19 | ||
@@ -82,0 +95,0 @@ ### Commits |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var availableTypedArrays = require('available-typed-arrays'); | ||
var callBound = require('es-abstract/helpers/callBound'); | ||
var callBound = require('call-bind/callBound'); | ||
@@ -8,0 +8,0 @@ var $toString = callBound('Object.prototype.toString'); |
{ | ||
"name": "which-typed-array", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": { | ||
@@ -25,6 +25,6 @@ "name": "Jordan Harband", | ||
"pretest": "npm run --silent lint", | ||
"test": "npm run tests-only", | ||
"tests-only": "node --es-staging test", | ||
"test": "npm run tests-only && npm run test:harmony", | ||
"tests-only": "nyc tape test", | ||
"test:harmony": "nyc node --harmony --es-staging test", | ||
"posttest": "npx aud --production", | ||
"coverage": "covert test/index.js", | ||
"lint": "eslint .", | ||
@@ -60,3 +60,4 @@ "version": "auto-changelog && git add CHANGELOG.md", | ||
"available-typed-arrays": "^1.0.2", | ||
"es-abstract": "^1.17.5", | ||
"call-bind": "^1.0.0", | ||
"es-abstract": "^1.18.0-next.1", | ||
"foreach": "^2.0.5", | ||
@@ -68,11 +69,12 @@ "function-bind": "^1.1.1", | ||
"devDependencies": { | ||
"@ljharb/eslint-config": "^16.0.0", | ||
"auto-changelog": "^1.16.4", | ||
"covert": "^1.1.1", | ||
"eslint": "^6.8.0", | ||
"is-callable": "^1.1.5", | ||
"@ljharb/eslint-config": "^17.3.0", | ||
"aud": "^1.1.3", | ||
"auto-changelog": "^2.2.1", | ||
"eslint": "^7.15.0", | ||
"is-callable": "^1.2.2", | ||
"make-arrow-function": "^1.2.0", | ||
"make-generator-function": "^2.0.0", | ||
"nyc": "^10.3.2", | ||
"safe-publish-latest": "^1.1.4", | ||
"tape": "^5.0.0-next.5" | ||
"tape": "^5.0.1" | ||
}, | ||
@@ -79,0 +81,0 @@ "testling": { |
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
46713
20
7
10
+ Addedcall-bind@^1.0.0
Updatedes-abstract@^1.18.0-next.1