Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elastic-dsl-typescript

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-dsl-typescript - npm Package Compare versions

Comparing version 1.8.1 to 1.9.2

5

CHANGELOG.md

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

## [1.8.1](https://github.com/Blynskyniki/elastic-query-builder/compare/v1.8.0...v1.8.1) (2023-05-23)
## [1.9.2](https://github.com/Blynskyniki/elastic-query-builder/compare/v1.9.1...v1.9.2) (2024-07-11)

@@ -6,2 +6,3 @@

* Исправлены импорты ([cad850b](https://github.com/Blynskyniki/elastic-query-builder/commit/cad850b38e3edef3c1706dfe493e4f935152d454))
* update ci node version ([cefb44b](https://github.com/Blynskyniki/elastic-query-builder/commit/cefb44bea49c54ecf293efc2b0b4b93da1a81cc8))
* updates ([083a02d](https://github.com/Blynskyniki/elastic-query-builder/commit/083a02dfc8edf9b64513af2cfe424b238e2fe878))

8

dist/Builders/Bool/types.d.ts
import { Schema } from '../../Abstract/Schema';
import { Range } from '../../Types';
import { Analyzer, AutoGenerateSynonymsPhraseQuery, Boost, Fuzziness, FuzzyTranspositions, Lenient, MaxExpansions, MinimumShouldMatch, Operator, PrefixLength, Relation, Rewrite, TimeZone, Transpositions, ZeroTermsQuery } from '../../Types/QueryOptions';
import { TextSchema } from '../Text/types';
import { Analyzer, AnyOption, AutoGenerateSynonymsPhraseQuery, Boost, Fuzziness, FuzzyTranspositions, Lenient, MaxExpansions, MinimumShouldMatch, Operator, PrefixLength, Relation, Rewrite, TimeZone, Transpositions, ZeroTermsQuery } from '../../Types/QueryOptions';
import { TextSchema } from '../Text';
/**

@@ -74,3 +74,3 @@ * Base Boool builder filters shema

};
opts?: Rewrite;
opts?: Rewrite & Boost & AnyOption;
};

@@ -106,5 +106,5 @@ regexp: {

};
opts?: Rewrite;
opts?: Rewrite & Boost & AnyOption;
};
}
export type BoolSchema = IBoolSchema & TextSchema;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// "script_score": {
// "script": {
// "source": "if(doc['quantity'].value > 0){return 1;}else{return 0;}"
// }
// },

@@ -177,1 +177,4 @@ export interface Boost {

}
export interface AnyOption {
[key: string]: string | number | boolean;
}
{
"name": "elastic-dsl-typescript",
"version": "1.8.1",
"version": "1.9.2",
"description": "Node.js ElasticSearch search query builder",

@@ -31,8 +31,9 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/npm": "^9.0.1",
"@types/jest": "^24.0.18",
"@types/node": "^12.12.27",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/npm": "^12.0.1",
"semantic-release": "^24.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^5.43.0",

@@ -46,11 +47,10 @@ "eslint": "^7.32.0",

"eslint-plugin-prettier": "^4.0.0",
"jest": "^24.9.0",
"lefthook": "^1.2.0",
"prettier": "^2.6.1",
"prettier-eslint": "^13.0.0",
"semantic-release": "^19.0.5",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"jest": "^29.7.0",
"lefthook": "^1.7.1",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.3"
"typescript": "^5.5.3"
},

@@ -57,0 +57,0 @@ "jest": {

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