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 3.0.1 to 3.0.3

2

package.json
{
"name": "collect.js",
"version": "3.0.1",
"version": "3.0.3",
"description": "Convenient and dependency free wrapper for working with arrays and objects.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

# <img src="https://raw.githubusercontent.com/ecrmnn/collect.js/master/collectjs.jpg" alt="collect.js">
> Convenient wrapper for working with arrays and objects
> Convenient and dependency free wrapper for working with arrays and objects

@@ -17,3 +17,3 @@ [![Travis](https://img.shields.io/travis/ecrmnn/collect.js.svg?style=flat-square)](https://travis-ci.org/ecrmnn/collect.js.svg?branch=master)

### Tip
Using Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections 5.4.
Using Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections 5.4. [See differences](#strictness-and-comparisons).

@@ -103,8 +103,8 @@ ### Usage

##### Methods that have not been implemented:
- containsStrict
- toArray
- uniqueStrict
- whereStrict
- whereInStrict
- whereNotInStrict
- ~~``containsStrict``~~ use ``contains()``
- ~~``toArray``~~ use ``all()``
- ~~``uniqueStrict``~~ use ``unique()``
- ~~``whereStrict``~~ use ``where()``
- ~~``whereInStrict``~~ use ``whereIn()``
- ~~``whereNotInStrict``~~ use ``whereNotIn()``

@@ -111,0 +111,0 @@ #### ``all()``

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