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

filtres

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

filtres - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "filtres",
"version": "0.1.3",
"version": "0.1.4",
"description": "A simple, safe, ElasticSearch Query compiler",

@@ -5,0 +5,0 @@ "main": "filtres.js",

@@ -49,5 +49,10 @@ /**

if (queryIsValid) {
try {
return JSON.parse(js.join(''));
} else if (failToQuerystring) {
} catch (err) {
if (debug) console.log(js, err);
queryIsValid = false;
}
if (failToQuerystring) {
return {

@@ -54,0 +59,0 @@ "query" : {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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