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

@supercharge/collections

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supercharge/collections - npm Package Compare versions

Comparing version 1.12.0 to 1.12.1

6

CHANGELOG.md
# Changelog
## [1.12.1](https://github.com/supercharge/collections/compare/v1.12.0...v1.12.1) - 2020-03-12
### Updated
- `has`: uses `findSeries` instead of `find` to determine whether the condition matches
## [1.12.0](https://github.com/supercharge/collections/compare/v1.11.0...v1.12.0) - 2020-02-11

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@supercharge/collections",
"description": "Supercharge collections",
"version": "1.12.0",
"version": "1.12.1",
"author": "Marcus PΓΆhls <marcus@futurestud.io>",

@@ -6,0 +6,0 @@ "bugs": {

@@ -273,4 +273,4 @@ 'use strict'

const item = typeof callback === 'function'
? await this.find(callback)
: await this.find(item => item === callback)
? await this.findSeries(callback)
: await this.findSeries(item => item === callback)

@@ -277,0 +277,0 @@ return !!item

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