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

lucene-query-string-builder

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucene-query-string-builder - npm Package Compare versions

Comparing version

to
1.0.1

2

dist/lucene.min.js

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

!function u(i,f,c){function s(n,r){if(!f[n]){if(!i[n]){var e="function"==typeof require&&require;if(!r&&e)return e(n,!0);if(a)return a(n,!0);var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t}var o=f[n]={exports:{}};i[n][0].call(o.exports,function(r){var e=i[n][1][r];return s(e||r)},o,o.exports,u,i,f,c)}return f[n].exports}for(var a="function"==typeof require&&require,r=0;r<c.length;r++)s(c[r]);return s}({1:[function(r,e,n){"use strict";var t=r("lucene-escape-query"),o={},u=c("(",")");function i(r){return s(r,"words"),'"'+t.escape(r)+'"'}function f(r){return s(r,"middle"),function(){return Array.prototype.slice.call(arguments).join(" "+r+" ")}}function c(e,n){return s(e,"open"),s(n,"close"),function(){var r=Array.prototype.slice.call(arguments).join(" ");return e+" "+r+" "+n}}function s(r,e){if("string"!=typeof r)throw new TypeError(e+" should be a string")}function a(r,e,n,t){if("number"!=typeof n)throw new TypeError(t+" should be a number");if(n>Number.MAX_SAFE_INTEGER)throw new RangeError(t+' should not exceeed "Number.MAX_SAFE_INTEGER"');if(o=e,!(r<=(u=n)&&u<=o))throw new RangeError(t+" should be between "+r+" and "+e);var o,u}o.phrase=i,o.terms=i,o.term=i,o.field=function(r,e){return s(r,"field"),s(e,"query"),r+": "+e},o.or=f("OR"),o.and=f("AND"),o.not=f("NOT"),o.group=u,o.range=function(r,e,n,t){return s(r,"from"),s(r,"to"),c(n?"[":"{",t?"]":"}")(r+" TO "+e)},o.fuzzy=function(r,e){return s(r,"term"),1===arguments.length?r+"~":(a(0,1,e,"similarity"),r+"~"+e)},o.proximity=function(r,e,n){return s(r,"first"),s(e,"second"),a(0,1/0,n,"distance"),'"'+r+" "+e+'"~'+n},o.required=function(r){return s(r,"term"),"+"+r},o.boost=function(r,e){return s(r,"term"),a(1,1/0,e,"boost"),r+"^"+e},o.builder=function(e){return function(r,e){if("function"!=typeof r)throw new TypeError(e+" should be a function")}(e,"buildFn"),function(r){return e(r)}},void 0===e.exports?window.lucene=o:e.exports=o},{"lucene-escape-query":2}],2:[function(r,e,n){"use strict";n.escape=function(r){return[].map.call(r,function(r){return"+"===r||"-"===r||"&"===r||"|"===r||"!"===r||"("===r||")"===r||"{"===r||"}"===r||"["===r||"]"===r||"^"===r||'"'===r||"~"===r||"*"===r||"?"===r||":"===r||"\\"===r?"\\"+r:r}).join("")}},{}]},{},[1]);
!function u(i,f,c){function s(e,r){if(!f[e]){if(!i[e]){var n="function"==typeof require&&require;if(!r&&n)return n(e,!0);if(a)return a(e,!0);var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var o=f[e]={exports:{}};i[e][0].call(o.exports,function(r){return s(i[e][1][r]||r)},o,o.exports,u,i,f,c)}return f[e].exports}for(var a="function"==typeof require&&require,r=0;r<c.length;r++)s(c[r]);return s}({1:[function(r,e,n){"use strict";var t=r("lucene-escape-query"),o={},u=c("(",")");function i(r){return s(r,"words"),'"'+t.escape(r)+'"'}function f(r){return s(r,"middle"),function(){return Array.prototype.slice.call(arguments).join(" "+r+" ")}}function c(e,n){return s(e,"open"),s(n,"close"),function(){var r=Array.prototype.slice.call(arguments).join(" ");return e+" "+r+" "+n}}function s(r,e){if("string"!=typeof r)throw new TypeError(e+" should be a string")}function a(r,e,n,t){if("number"!=typeof n)throw new TypeError(t+" should be a number");if(n>Number.MAX_SAFE_INTEGER)throw new RangeError(t+' should not exceeed "Number.MAX_SAFE_INTEGER"');if(o=e,!(r<=(u=n)&&u<=o))throw new RangeError(t+" should be between "+r+" and "+e);var o,u}o.phrase=i,o.terms=i,o.term=i,o.field=function(r,e){return s(r,"field"),s(e,"query"),r+": "+e},o.or=f("OR"),o.and=f("AND"),o.not=f("NOT"),o.group=u,o.range=function(r,e,n,t){return s(r,"from"),s(r,"to"),c(n?"[":"{",t?"]":"}")(r+" TO "+e)},o.fuzzy=function(r,e){return s(r,"term"),1===arguments.length?r+"~":(a(0,1,e,"similarity"),r+"~"+e)},o.proximity=function(r,e,n){return s(r,"first"),s(e,"second"),a(0,1/0,n,"distance"),'"'+r+" "+e+'"~'+n},o.required=function(r){return s(r,"term"),"+"+r},o.boost=function(r,e){return s(r,"term"),a(1,1/0,e,"boost"),r+"^"+e},o.builder=function(e){return function(r,e){if("function"!=typeof r)throw new TypeError(e+" should be a function")}(e,"buildFn"),function(r){return e(r)}},void 0===e.exports?window.lucene=o:e.exports=o},{"lucene-escape-query":2}],2:[function(r,e,n){"use strict";n.escape=function(r){return[].map.call(r,function(r){return"+"===r||"-"===r||"&"===r||"|"===r||"!"===r||"("===r||")"===r||"{"===r||"}"===r||"["===r||"]"===r||"^"===r||'"'===r||"~"===r||"*"===r||"?"===r||":"===r||"\\"===r?"\\"+r:r}).join("")}},{}]},{},[1]);
{
"name": "lucene-query-string-builder",
"version": "1.0.0",
"version": "1.0.1",
"description": "Build Lucene queries by defining lucene query builders",

@@ -28,10 +28,11 @@ "main": "index.js",

"babelify": "^7.3.0",
"browserify": "^13.0.0",
"browserify": "^16.2.3",
"chai": "~3.5.0",
"eslint": "~2.8.0",
"lucene-escape-query": "^1.0.1",
"mocha": "~2.4.5",
"uglify-js": "^3.3.16"
"mocha": "^5.2.0",
"uglify-js": "^3.4.9"
},
"dependencies": {}
"dependencies": {
"lucene-escape-query": "^1.0.1"
}
}

Sorry, the diff of this file is not supported yet