collect.js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "collect.js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,3 @@ | ||
# collect.js | ||
# <img src="https://raw.githubusercontent.com/ecrmnn/collect.js/master/collectjs.jpg" alt="collect.js"> | ||
> Convenient wrapper for working with arrays and objects | ||
@@ -3,0 +4,0 @@ |
@@ -17,12 +17,2 @@ 'use strict'; | ||
//for (let iterator = 0; iterator < this.items.length; iterator++) { | ||
// const exists = collection.filter(function (item) { | ||
// return item[key] === this.items[iterator][key]; | ||
// }.bind(this)).length; | ||
// | ||
// if (!exists) { | ||
// collection.push(this.items[iterator]); | ||
// } | ||
//} | ||
const usedKeys = []; | ||
@@ -29,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1501
205205
1749