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

array-includes

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-includes - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

Makefile

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.0.5 / 2015-01-30
=================
* Update `tape`, `jscs`, `nsp`, `eslint`, `es-abstract`
1.0.4 / 2015-01-10

@@ -2,0 +6,0 @@ =================

18

package.json
{
"name": "array-includes",
"version": "1.0.4",
"version": "1.0.5",
"author": "Jordan Harband",

@@ -36,3 +36,3 @@ "description": "A spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",

"define-properties": "~1.0.1",
"es-abstract": "~1.0.0"
"es-abstract": "~1.0.1"
},

@@ -43,12 +43,16 @@ "devDependencies": {

"is": "~2.2.0",
"tape": "~3.0.3",
"tape": "~3.4.0",
"indexof": "~0.0.1",
"covert": "1.0.0",
"jscs": "~1.9.0",
"jscs": "~1.10.0",
"editorconfig-tools": "~0.0.1",
"nsp": "~0.5.2",
"eslint": "~0.11.0"
"nsp": "~1.0.0",
"eslint": "~0.13.0",
"semver": "~4.2.0"
},
"testling": {
"files": ["test/index.js", "test/shimmed.js"],
"files": [
"test/index.js",
"test/shimmed.js"
],
"browsers": [

@@ -55,0 +59,0 @@ "iexplore/6.0..latest",

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