Socket
Socket
Sign inDemoInstall

array.prototype.find

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array.prototype.find - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 2.0.3
- [Fix] again: don’t needlessly shim `Array#find` (#22)
# 2.0.2

@@ -2,0 +5,0 @@ - [Fix] don’t needlessly shim `Array#find` (#22)

2

package.json
{
"name": "array.prototype.find",
"version": "2.0.2",
"version": "2.0.3",
"description": "Array.prototype.find ES6 polyfill.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -9,3 +9,3 @@ 'use strict';

return true;
}) === 1;
}) !== 1;

@@ -12,0 +12,0 @@ // eslint-disable-next-line global-require

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