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

@types/lunr

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lunr - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

13

lunr/index.d.ts

@@ -630,2 +630,15 @@ // Type definitions for lunr.js 2.1

/**
* lunr.generateStopWordFilter builds a stopWordFilter function from the provided
* list of stop words.
*
* The built in lunr.stopWordFilter is built using this generator and can be used
* to generate custom stopWordFilters for applications or non English languages.
*
* @param stopWords - The list of stop words
* @see lunr.Pipeline
* @see lunr.stopWordFilter
*/
function generateStopWordFilter(stopWords: string[]): PipelineFunction;
/**
* lunr.stopWordFilter is an English language stop word list filter, any words

@@ -632,0 +645,0 @@ * contained in the list will not be passed through the filter.

4

lunr/package.json
{
"name": "@types/lunr",
"version": "2.1.4",
"version": "2.1.5",
"description": "TypeScript definitions for lunr.js",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "ab2f24bcdc3255b628a54094088e2a9ec9f38f98d99143f3b513af8f620298f4",
"typesPublisherContentHash": "9153be078e9f596235813693d7e7e7abff8e5a2cced6d21601e115d6e79627e0",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 05 Dec 2017 17:19:44 GMT
* Last updated: Wed, 06 Dec 2017 16:08:29 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: lunr

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