Socket
Socket
Sign inDemoInstall

array.prototype.filter

Package Overview
Dependencies
66
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

12

CHANGELOG.md

@@ -8,2 +8,14 @@ # Changelog

## [v1.0.2](https://github.com/es-shims/Array.prototype.filter/compare/v1.0.1...v1.0.2) - 2022-11-02
### Commits
- [actions] reuse common workflows [`e6b344f`](https://github.com/es-shims/Array.prototype.filter/commit/e6b344fc6e18f8236226e4203d7b4805baa5fdf7)
- [meta] use `npmignore` to autogenerate an npmignore file [`6e49bfb`](https://github.com/es-shims/Array.prototype.filter/commit/6e49bfb42631966bc9b1f0e7a425ef605036ac42)
- [Deps] update `define-properties`, `es-abstract` [`302c434`](https://github.com/es-shims/Array.prototype.filter/commit/302c4343e6f45809f5829868422e238e3a57cd0c)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `es-value-fixtures`, `functions-have-names`, `globalthis`, `tape` [`da46f14`](https://github.com/es-shims/Array.prototype.filter/commit/da46f14d1264cdf948231c75caf7822736ab0128)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `safe-publish-latest`, `tape` [`efe3552`](https://github.com/es-shims/Array.prototype.filter/commit/efe355289a850850854c53d5af7687527be4babd)
- [actions] update rebase action to use reusable workflow [`360c495`](https://github.com/es-shims/Array.prototype.filter/commit/360c495fe98a9edc61e54ad947928b13f4ff6cb4)
- [actions] update codecov uploader [`ddaae91`](https://github.com/es-shims/Array.prototype.filter/commit/ddaae91dc759b66ed6d52cfffdbba103ca4b788f)
## [v1.0.1](https://github.com/es-shims/Array.prototype.filter/compare/v1.0.0...v1.0.1) - 2021-10-01

@@ -10,0 +22,0 @@

20

implementation.js
'use strict';
var ArraySpeciesCreate = require('es-abstract/2021/ArraySpeciesCreate');
var Call = require('es-abstract/2021/Call');
var CreateDataPropertyOrThrow = require('es-abstract/2021/CreateDataPropertyOrThrow');
var Get = require('es-abstract/2021/Get');
var HasProperty = require('es-abstract/2021/HasProperty');
var IsCallable = require('es-abstract/2021/IsCallable');
var LengthOfArrayLike = require('es-abstract/2021/LengthOfArrayLike');
var ToBoolean = require('es-abstract/2021/ToBoolean');
var ToObject = require('es-abstract/2021/ToObject');
var ToString = require('es-abstract/2021/ToString');
var ArraySpeciesCreate = require('es-abstract/2022/ArraySpeciesCreate');
var Call = require('es-abstract/2022/Call');
var CreateDataPropertyOrThrow = require('es-abstract/2022/CreateDataPropertyOrThrow');
var Get = require('es-abstract/2022/Get');
var HasProperty = require('es-abstract/2022/HasProperty');
var IsCallable = require('es-abstract/2022/IsCallable');
var LengthOfArrayLike = require('es-abstract/2022/LengthOfArrayLike');
var ToBoolean = require('es-abstract/2022/ToBoolean');
var ToObject = require('es-abstract/2022/ToObject');
var ToString = require('es-abstract/2022/ToString');
var callBound = require('call-bind/callBound');

@@ -14,0 +14,0 @@ var isString = require('is-string');

'use strict';
var define = require('define-properties');
var RequireObjectCoercible = require('es-abstract/2021/RequireObjectCoercible');
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible');
var callBind = require('call-bind');

@@ -6,0 +6,0 @@ var callBound = require('call-bind/callBound');

{
"name": "array.prototype.filter",
"version": "1.0.1",
"version": "1.0.2",
"description": "An ES5 spec-compliant `Array.prototype.filter` shim/polyfill/replacement that works as far down as ES3.",
"main": "index.js",
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"prelint": "evalmd README.md",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound",

@@ -45,21 +46,23 @@ "pretest": "npm run lint",

"devDependencies": {
"@es-shims/api": "^2.2.1",
"@ljharb/eslint-config": "^18.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"es-value-fixtures": "^1.2.1",
"eslint": "^7.32.0",
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"functions-have-names": "^1.2.2",
"globalthis": "^1.0.2",
"functions-have-names": "^1.2.3",
"globalthis": "^1.0.3",
"has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
},
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"es-array-method-boxes-properly": "^1.0.0",

@@ -75,3 +78,8 @@ "is-string": "^1.0.7"

"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows"
]
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc