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.4 to 3.2.5

27

index.d.ts

@@ -1,8 +0,23 @@

// Generated by typings
// Source: node_modules/sift/index.d.ts
declare module sift {
export interface ISiftQueries {
}
export interface ISifter<T> {
}
export type ISiftQuery = RegExp|ISiftQueries;
interface Sift {
<T>(query: T): ISifter<T>;
<T>(query: ISiftQuery, target?: T, rawSelector?: any): T;
indexOf(query: any, target: any, rawSelector: any): any;
use(options: any): any;
}
}
declare module "sift" {
function sift(query:Object):((value:any, index:number, array:any[]) => boolean)|((value:any) => boolean);
namespace sift {
}
export = sift;
var f: sift.Sift;
export = f;
}
{
"name": "sift",
"description": "mongodb query style array filtering",
"version": "3.2.4",
"version": "3.2.5",
"repository": "crcn/sift.js",

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

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