Socket
Socket
Sign inDemoInstall

comparisons

Package Overview
Dependencies
2
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

5

lib/index.js

@@ -20,4 +20,4 @@ const flat = require('flat');

'<': isLessThan,
'!=': doesNotEqual,
'=': equals,
'!=': doesNotEqual,
};

@@ -31,2 +31,5 @@

'isEmpty': cast,
'doesNotEqual': (v) => ({
$ne: cast(v),
}),
'isLessThan': (v) => ({

@@ -33,0 +36,0 @@ $lt: cast(v),

2

package.json
{
"name": "comparisons",
"version": "2.2.5",
"version": "2.2.6",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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