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

collect.js

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collect.js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

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