Socket
Socket
Sign inDemoInstall

sift

Package Overview
Dependencies
0
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.1.2 to 17.1.3

2

lib/core.d.ts

@@ -105,3 +105,3 @@ import { Key, Comparator } from "./utils";

export declare const numericalOperationCreator: (createNumericalOperation: OperationCreator<any>) => (params: any, owneryQuery: any, options: Options, name: string) => Operation<any>;
export declare const numericalOperation: (createTester: (any) => Tester) => (params: any, owneryQuery: any, options: Options, name: string) => Operation<any>;
export declare const numericalOperation: (createTester: (value: any) => Tester) => (params: any, owneryQuery: any, options: Options, name: string) => Operation<any>;
export type Options = {

@@ -108,0 +108,0 @@ operations: {

{
"name": "sift",
"description": "MongoDB query filtering in JavaScript",
"version": "17.1.2",
"version": "17.1.3",
"repository": "crcn/sift.js",

@@ -6,0 +6,0 @@ "sideEffects": false,

@@ -327,3 +327,3 @@ import {

export const numericalOperation = (createTester: (any) => Tester) =>
export const numericalOperation = (createTester: (value: any) => Tester) =>
numericalOperationCreator(

@@ -330,0 +330,0 @@ (params: any, owneryQuery: Query<any>, options: Options, name: string) => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc