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.3.4 to 3.3.5

3

index.d.ts

@@ -38,3 +38,3 @@ export type SupportedTypes = Array<string | { [index: string]: any } | number | null>;

export type SiftQuery<T extends SupportedTypes> = ExternalQuery<T> | InternalQuery<T>;
export type SiftQuery<T extends SupportedTypes> = ExternalQuery<T> & InternalQuery<T>;
export type SiftQueryNumber = Query<number>;

@@ -67,2 +67,3 @@ export type SiftQueryString = Query<string>;

declare const Sift: Sift
export default Sift
{
"name": "sift",
"description": "mongodb query style array filtering",
"version": "3.3.4",
"version": "3.3.5",
"repository": "crcn/sift.js",

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

@@ -559,5 +559,9 @@ /*

if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
module.exports = sift;
Object.defineProperty(exports, "__esModule", { value: true });
exports['default'] = sift;
module.exports = exports['default'];
}
/* istanbul ignore next */
if (typeof window !== 'undefined') {

@@ -564,0 +568,0 @@ window.sift = sift;

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