Comparing version 2.0.0-alpha.5 to 2.0.0
{ | ||
"name": "lunr.js", | ||
"version": "0.6.0", | ||
"version": "1.0.0", | ||
"main": "lunr.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
{ | ||
"name": "lunr", | ||
"repo": "olivernn/lunr.js", | ||
"version": "0.6.0", | ||
"version": "1.0.0", | ||
"description": "Simple full-text search in your browser.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -19,4 +19,4 @@ /*! | ||
* @property {object} invertedIndex - The inverted index maps terms to document fields. | ||
* @property {object} documentTermFrequencies - ??? | ||
* @property {object} documentLengths - ??? | ||
* @property {object} documentTermFrequencies - Keeps track of document term frequencies. | ||
* @property {object} documentLengths - Keeps track of the length of documents added to the index. | ||
* @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing. | ||
@@ -29,3 +29,3 @@ * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing. | ||
* @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space. | ||
* @property {array} metadataWhitelist - ??? | ||
* @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index. | ||
*/ | ||
@@ -32,0 +32,0 @@ lunr.Builder = function () { |
{ | ||
"name": "lunr", | ||
"description": "Simple full-text search in your browser.", | ||
"version": "2.0.0-alpha.5", | ||
"version": "2.0.0", | ||
"author": "Oliver Nightingale", | ||
@@ -6,0 +6,0 @@ "keywords": ["search"], |
@@ -33,3 +33,3 @@ suite('lunr.TokenSet', function () { | ||
parentA = new lunr.TokenSet, | ||
parentB = new lunr.TokenSet | ||
parentB = new lunr.TokenSet, | ||
parentC = new lunr.TokenSet | ||
@@ -36,0 +36,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
0
72
15
0
591755
75
18005