Socket
Socket
Sign inDemoInstall

lucene-query-builder

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.0 to 0.7.1

2

lib/cjs/functions/processDates.js

@@ -49,2 +49,4 @@ "use strict";

const [start, end] = value;
if (!start && !end)
continue;
const startString = start ? toISOString(start) : '*';

@@ -51,0 +53,0 @@ const endString = end ? toISOString(end) : '*';

@@ -46,2 +46,4 @@ /**

const [start, end] = value;
if (!start && !end)
continue;
const startString = start ? toISOString(start) : '*';

@@ -48,0 +50,0 @@ const endString = end ? toISOString(end) : '*';

2

package.json
{
"name": "lucene-query-builder",
"version": "0.7.0",
"version": "0.7.1",
"description": "Library to build lucene queries in a typescript friendly way",

@@ -5,0 +5,0 @@ "main": "lib/cjs/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