array.prototype.flat
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -8,2 +8,12 @@ # Changelog | ||
## [v1.3.3](https://github.com/es-shims/Array.prototype.flat/compare/v1.3.2...v1.3.3) - 2024-12-15 | ||
### Commits | ||
- [actions] split out node 10-20, and 20+ [`1afcd57`](https://github.com/es-shims/Array.prototype.flat/commit/1afcd5757db2394fd6e007e36769dfd6dff5db08) | ||
- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `es-shim-unscopables` [`152c437`](https://github.com/es-shims/Array.prototype.flat/commit/152c4375e86872c0c12788ef5247241cd6673cc6) | ||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `function-bind` `npmignore`, `object-inspect`, `tape` [`e39e33d`](https://github.com/es-shims/Array.prototype.flat/commit/e39e33dd08c291b9b5736cad67fd25b52e75cfa2) | ||
- [Tests] replace `aud` with `npm audit` [`6868723`](https://github.com/es-shims/Array.prototype.flat/commit/6868723579f62d7972c6bd0eab23554a1fc182f2) | ||
- [Dev Deps] add missing peer dep [`800f3e3`](https://github.com/es-shims/Array.prototype.flat/commit/800f3e3de50db2cadc5d7af9d273970f81a26f96) | ||
## [v1.3.2](https://github.com/es-shims/Array.prototype.flat/compare/v1.3.1...v1.3.2) - 2023-09-05 | ||
@@ -10,0 +20,0 @@ |
'use strict'; | ||
var ArraySpeciesCreate = require('es-abstract/2023/ArraySpeciesCreate'); | ||
var FlattenIntoArray = require('es-abstract/2023/FlattenIntoArray'); | ||
var Get = require('es-abstract/2023/Get'); | ||
var ToIntegerOrInfinity = require('es-abstract/2023/ToIntegerOrInfinity'); | ||
var ToLength = require('es-abstract/2023/ToLength'); | ||
var ToObject = require('es-abstract/2023/ToObject'); | ||
var ArraySpeciesCreate = require('es-abstract/2024/ArraySpeciesCreate'); | ||
var FlattenIntoArray = require('es-abstract/2024/FlattenIntoArray'); | ||
var Get = require('es-abstract/2024/Get'); | ||
var ToIntegerOrInfinity = require('es-abstract/2024/ToIntegerOrInfinity'); | ||
var ToLength = require('es-abstract/2024/ToLength'); | ||
var ToObject = require('es-abstract/2024/ToObject'); | ||
@@ -10,0 +10,0 @@ module.exports = function flat() { |
{ | ||
"name": "array.prototype.flat", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"author": { | ||
@@ -28,3 +28,3 @@ "name": "Jordan Harband", | ||
"test": "npm run tests-only", | ||
"posttest": "aud --production", | ||
"posttest": "npx npm@'>= 10.2' audit --production", | ||
"tests-only": "nyc tape 'test/**/*.js'", | ||
@@ -54,23 +54,23 @@ "lint": "eslint --ext=js,mjs .", | ||
"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.8", | ||
"define-properties": "^1.2.1", | ||
"es-abstract": "^1.23.5", | ||
"es-shim-unscopables": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@es-shims/api": "^2.4.2", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.3", | ||
"auto-changelog": "^2.4.0", | ||
"@es-shims/api": "^2.5.1", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"auto-changelog": "^2.5.0", | ||
"covert": "^1.1.1", | ||
"encoding": "^0.1.13", | ||
"eslint": "=8.8.0", | ||
"evalmd": "^0.0.19", | ||
"function-bind": "^1.1.1", | ||
"function-bind": "^1.1.2", | ||
"has-strict-mode": "^1.0.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.3", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.6" | ||
"tape": "^5.9.0" | ||
}, | ||
@@ -77,0 +77,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
19714
Updatedcall-bind@^1.0.8
Updateddefine-properties@^1.2.1
Updatedes-abstract@^1.23.5
Updatedes-shim-unscopables@^1.0.2