array.prototype.findindex
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -8,2 +8,10 @@ # Changelog | ||
## [v2.2.3](https://github.com/ljharb/Array.prototype.findIndex/compare/v2.2.2...v2.2.3) - 2024-03-16 | ||
### Commits | ||
- [Refactor] use `es-object-atoms`, update `es-abstract` [`7747551`](https://github.com/ljharb/Array.prototype.findIndex/commit/7747551fe933fc7355dd69f855d48626ee083d6a) | ||
- [Deps] update `call-bind`, `define-properties`, `es-shim-unscopables` [`d0f9882`](https://github.com/ljharb/Array.prototype.findIndex/commit/d0f98829e8d853c46c453ff8801576684e96b1ed) | ||
- [Dev Deps] update `aud`, `npmignore`, `tape` [`f6a1abf`](https://github.com/ljharb/Array.prototype.findIndex/commit/f6a1abfc96ac033179455d466ba7c28cde107fdb) | ||
## [v2.2.2](https://github.com/ljharb/Array.prototype.findIndex/compare/v2.2.1...v2.2.2) - 2023-08-27 | ||
@@ -10,0 +18,0 @@ |
'use strict'; | ||
var Call = require('es-abstract/2023/Call'); | ||
var Get = require('es-abstract/2023/Get'); | ||
var IsCallable = require('es-abstract/2023/IsCallable'); | ||
var LengthOfArrayLike = require('es-abstract/2023/LengthOfArrayLike'); | ||
var ToBoolean = require('es-abstract/2023/ToBoolean'); | ||
var ToObject = require('es-abstract/2023/ToObject'); | ||
var ToString = require('es-abstract/2023/ToString'); | ||
var Call = require('es-abstract/2024/Call'); | ||
var Get = require('es-abstract/2024/Get'); | ||
var IsCallable = require('es-abstract/2024/IsCallable'); | ||
var LengthOfArrayLike = require('es-abstract/2024/LengthOfArrayLike'); | ||
var ToBoolean = require('es-abstract/2024/ToBoolean'); | ||
var ToObject = require('es-object-atoms/ToObject'); | ||
var ToString = require('es-abstract/2024/ToString'); | ||
@@ -11,0 +11,0 @@ module.exports = function findIndex(predicate) { |
'use strict'; | ||
var define = require('define-properties'); | ||
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible'); | ||
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible'); | ||
var callBind = require('call-bind'); | ||
@@ -6,0 +6,0 @@ var callBound = require('call-bind/callBound'); |
{ | ||
"name": "array.prototype.findindex", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Array.prototype.findIndex ES2015 polyfill.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.3", | ||
"aud": "^2.0.4", | ||
"auto-changelog": "^2.4.0", | ||
@@ -44,12 +44,13 @@ "eslint": "=8.8.0", | ||
"in-publish": "^2.0.1", | ||
"npmignore": "^0.3.0", | ||
"npmignore": "^0.3.1", | ||
"nyc": "^10.3.2", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.6" | ||
"tape": "^5.7.5" | ||
}, | ||
"dependencies": { | ||
"call-bind": "^1.0.2", | ||
"define-properties": "^1.2.0", | ||
"es-abstract": "^1.22.1", | ||
"es-shim-unscopables": "^1.0.0" | ||
"call-bind": "^1.0.7", | ||
"define-properties": "^1.2.1", | ||
"es-abstract": "^1.23.0", | ||
"es-object-atoms": "^1.0.0", | ||
"es-shim-unscopables": "^1.0.2" | ||
}, | ||
@@ -56,0 +57,0 @@ "auto-changelog": { |
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
18314
5
+ Addedes-object-atoms@^1.0.0
Updatedcall-bind@^1.0.7
Updateddefine-properties@^1.2.1
Updatedes-abstract@^1.23.0
Updatedes-shim-unscopables@^1.0.2