Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-filter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-filter - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

test/this-arg.js

2

index.js

@@ -13,3 +13,3 @@

module.exports = function (arr, fn, self) {
if (arr.filter) return arr.filter(fn);
if (arr.filter) return arr.filter(fn, self);
if (void 0 === arr || null === arr) throw new TypeError;

@@ -16,0 +16,0 @@ if ('function' != typeof fn) throw new TypeError;

{
"name": "array-filter",
"description": "Array#filter for older browsers.",
"version": "0.2.0",
"version": "0.2.1",
"repository": {

@@ -48,2 +48,1 @@ "type": "git",

}

@@ -6,6 +6,7 @@

[![build status](https://secure.travis-ci.org/juliangruber/array-filter.png)](http://travis-ci.org/juliangruber/array-filter)
[![downloads](https://img.shields.io/npm/dm/array-filter.svg)](https://www.npmjs.org/package/array-filter)
[![testling badge](https://ci.testling.com/juliangruber/array-filter.png)](https://ci.testling.com/juliangruber/array-filter)
[![build status](https://secure.travis-ci.org/juliangruber/array-filter.png)](http://travis-ci.org/juliangruber/array-filter)
## Usage

@@ -12,0 +13,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc