array.prototype.every
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -8,2 +8,13 @@ # Changelog | ||
## [v1.1.7](https://github.com/ljharb/Array.prototype.every/compare/v1.1.6...v1.1.7) - 2024-12-11 | ||
### Commits | ||
- [actions] split out node 10-20, and 20+ [`5256a8f`](https://github.com/ljharb/Array.prototype.every/commit/5256a8fe6ea025f8afdea732026f3e2bea764fc1) | ||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `globalthis`, `tape` [`0d34a75`](https://github.com/ljharb/Array.prototype.every/commit/0d34a752c418c25e9cda7e665c9554cd74a03c9c) | ||
- [Refactor] use `call-bound` instead of `call-bind` [`f4b1eca`](https://github.com/ljharb/Array.prototype.every/commit/f4b1ecab6b58691bd33f37b71f450ae3796a250e) | ||
- [Deps] update `call-bind`, `es-abstract`, `is-string` [`4e893eb`](https://github.com/ljharb/Array.prototype.every/commit/4e893eb8fa1fa187cd1f613155663947f2dcff90) | ||
- [Tests] replace `aud` with `npm audit` [`96d1c28`](https://github.com/ljharb/Array.prototype.every/commit/96d1c28ee1bf458d7798d67bc5534871cea2083f) | ||
- [Dev Deps] add missing peer dep [`7152082`](https://github.com/ljharb/Array.prototype.every/commit/7152082129313297d98893be9baafa07b03843ea) | ||
## [v1.1.6](https://github.com/ljharb/Array.prototype.every/compare/v1.1.5...v1.1.6) - 2024-03-16 | ||
@@ -10,0 +21,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var ToUint32 = require('es-abstract/2024/ToUint32'); | ||
var callBound = require('call-bind/callBound'); | ||
var callBound = require('call-bound'); | ||
var isString = require('is-string'); | ||
@@ -9,0 +9,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible'); | ||
var callBound = require('call-bind/callBound'); | ||
var callBound = require('call-bound'); | ||
@@ -8,0 +8,0 @@ var implementation = require('./implementation'); |
{ | ||
"name": "array.prototype.every", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"author": { | ||
@@ -28,3 +28,3 @@ "name": "Jordan Harband", | ||
"test": "npm run tests-only", | ||
"posttest": "npx aud --production", | ||
"posttest": "npx npm@'>= 10.2' audit --production", | ||
"tests-only": "nyc tape 'test/**/*.js'", | ||
@@ -53,17 +53,18 @@ "testling": "testling --html > test.html", | ||
"dependencies": { | ||
"call-bind": "^1.0.7", | ||
"call-bound": "^1.0.2", | ||
"define-properties": "^1.2.1", | ||
"es-abstract": "^1.23.0", | ||
"es-abstract": "^1.23.5", | ||
"es-object-atoms": "^1.0.0", | ||
"is-string": "^1.0.7" | ||
"is-string": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^2.4.2", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.4", | ||
"auto-changelog": "^2.4.0", | ||
"@es-shims/api": "^2.5.1", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"auto-changelog": "^2.5.0", | ||
"call-bind": "^1.0.8", | ||
"encoding": "^0.1.13", | ||
"eslint": "=8.8.0", | ||
"evalmd": "^0.0.19", | ||
"functions-have-names": "^1.2.3", | ||
"globalthis": "^1.0.3", | ||
"globalthis": "^1.0.4", | ||
"has-strict-mode": "^1.0.1", | ||
@@ -74,3 +75,3 @@ "in-publish": "^2.0.1", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.7.5" | ||
"tape": "^5.9.0" | ||
}, | ||
@@ -77,0 +78,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
33394
15
+ Addedcall-bound@^1.0.2
- Removedcall-bind@^1.0.7
Updatedes-abstract@^1.23.5
Updatedis-string@^1.1.0