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

sift

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sift - npm Package Compare versions

Comparing version 3.2.5 to 3.2.6

2

index.d.ts

@@ -6,3 +6,3 @@ declare module sift {

export interface ISifter<T> {
export interface ISifter<T> extends Function {

@@ -9,0 +9,0 @@ }

{
"name": "sift",
"description": "mongodb query style array filtering",
"version": "3.2.5",
"version": "3.2.6",
"repository": "crcn/sift.js",

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

@@ -414,3 +414,3 @@ ## validate objects & filter arrays with mongodb queries

sift({ $band: IS_PERSON }, [ S_PERSON|EATS_CEREAL, IS_DOG|EATS_BONES, IS_PERSON ]);
sift({ $band: IS_PERSON }, [ IS_PERSON|EATS_CEREAL, IS_DOG|EATS_BONES, IS_PERSON ]);
```

@@ -417,0 +417,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