New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aasaanjobs/query-builder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aasaanjobs/query-builder - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

lib/elasticsearch/filtering.d.ts

@@ -15,2 +15,3 @@ /**

private inq;
private nin;
private lt;

@@ -17,0 +18,0 @@ private lte;

@@ -19,2 +19,3 @@ "use strict";

inq: this.inq,
nin: this.nin,
eq: this.eq,

@@ -61,2 +62,5 @@ lt: this.lt,

};
ElasticQueryBuilder.prototype.nin = function (field, value) {
return this.inq(field, value);
};
ElasticQueryBuilder.prototype.lt = function (field, value) {

@@ -63,0 +67,0 @@ var _a;

2

package.json
{
"name": "@aasaanjobs/query-builder",
"version": "1.0.3",
"version": "1.0.4",
"description": "Common Library to build queries for filtering, sorting, etc. (For Aasaanjobs internal usage only)",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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