Socket
Socket
Sign inDemoInstall

es-eql

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

dist/index.d.ts

@@ -0,2 +1,4 @@

import { QueryBuilderError } from "./QueryBuilderError";
import { BuildElasticsearchQueryOptions } from "./BuildElasticsearchQueryOptions";
export { QueryBuilderError };
export declare function buildElasticsearchQuery(queryString: string, options?: BuildElasticsearchQueryOptions): any;

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

const QueryBuilderError_1 = require("./QueryBuilderError");
exports.QueryBuilderError = QueryBuilderError_1.QueryBuilderError;
jsep.removeUnaryOp("~");

@@ -7,0 +8,0 @@ jsep.removeBinaryOp("|");

export declare class QueryBuilderError extends Error {
exp: string;
readonly isQueryBuilderError: boolean;
constructor(message: string, exp?: string);
}

@@ -7,4 +7,5 @@ "use strict";

this.exp = exp;
this.isQueryBuilderError = true;
}
}
exports.QueryBuilderError = QueryBuilderError;

2

package.json
{
"name": "es-eql",
"version": "1.0.1",
"version": "1.0.2",
"description": "Elasticsearch Easy Query Builder",

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

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