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 9.0.4 to 9.0.6

4

package.json
{
"name": "sift",
"description": "mongodb query style array filtering",
"version": "9.0.4",
"version": "9.0.6",
"repository": "crcn/sift.js",

@@ -32,3 +32,3 @@ "author": {

"pretty-quick": "^1.8.0",
"webpack": "^4.20.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.2",

@@ -35,0 +35,0 @@ "yargs": "^3.15.0"

@@ -134,3 +134,5 @@ !(function(n, t) {

}),
$in: (n, t) => n(t),
$in: function(n, t) {
return n(t);
},
$nin: function(n, t) {

@@ -137,0 +139,0 @@ return n(t);

@@ -134,3 +134,5 @@ !(function(n, t) {

}),
$in: (n, t) => n(t),
$in: function(n, t) {
return n(t);
},
$nin: function(n, t) {

@@ -137,0 +139,0 @@ return n(t);

@@ -114,3 +114,3 @@ /*

$in(test, value) {
$in: function(test, value) {
return test(value);

@@ -117,0 +117,0 @@ },

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc