Socket
Socket
Sign inDemoInstall

array-includes

Package Overview
Dependencies
65
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

6

CHANGELOG.md

@@ -0,1 +1,7 @@

1.0.6 / 2015-02-17
=================
* All grade A-supported `node`/`iojs` versions now ship with an `npm` that understands `^`.
* Run `travis-ci` tests on `iojs` and `node` v0.12; allow 0.8 failures.
* Update `tape`, `jscs`, `es-abstract`, remove `is`.
1.0.5 / 2015-01-30

@@ -2,0 +8,0 @@ =================

27

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

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

"dependencies": {
"define-properties": "~1.0.1",
"es-abstract": "~1.0.1"
"define-properties": "^1.0.1",
"es-abstract": "^1.1.0"
},
"devDependencies": {
"foreach": "~2.0.5",
"function-bind": "~1.0.2",
"is": "~2.2.0",
"tape": "~3.4.0",
"indexof": "~0.0.1",
"covert": "1.0.0",
"jscs": "~1.10.0",
"editorconfig-tools": "~0.0.1",
"nsp": "~1.0.0",
"eslint": "~0.13.0",
"semver": "~4.2.0"
"foreach": "^2.0.5",
"function-bind": "^1.0.2",
"tape": "^3.5.0",
"indexof": "^0.0.1",
"covert": "^1.0.1",
"jscs": "^1.11.3",
"editorconfig-tools": "^0.0.1",
"nsp": "^1.0.0",
"eslint": "^0.14.1",
"semver": "^4.3.0"
},

@@ -52,0 +51,0 @@ "testling": {

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