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

lunr

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lunr - npm Package Compare versions

Comparing version 2.0.0-alpha.5 to 2.0.0

lunr.min.js

2

bower.json
{
"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

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