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 13.0.3 to 13.0.4

2

lib/core.d.ts

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

$options?: "i" | "g" | "m" | "u";
$type: Function;
$type?: Function;
$or?: Query[];

@@ -26,0 +26,0 @@ $nor?: Query[];

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

@@ -46,3 +46,5 @@ "sideEffects": false,

"build:watch": "tsc --watch",
"test": "mocha ./test -R spec",
"test": "npm run test:spec && npm run test:types",
"test:spec": "mocha ./test -R spec",
"test:types": "cd test && tsc types.ts --noEmit",
"prepublishOnly": "npm run build && npm run test"

@@ -49,0 +51,0 @@ },

**Installation**: `npm install sift`, or `yarn add sift`
## Sift is a tiny library for using MongoDB queries to filter data in Javascript
## Sift is a tiny library for using MongoDB queries in Javascript

@@ -5,0 +5,0 @@ [![Build Status](https://secure.travis-ci.org/crcn/sift.js.png)](https://secure.travis-ci.org/crcn/sift.js)

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc