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

flexsearch

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexsearch - npm Package Compare versions

Comparing version 0.7.31 to 0.7.33

4

dist/flexsearch.bundle.js
/**!
* FlexSearch.js v0.7.31 (Bundle)
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

/**!
* FlexSearch.js v0.7.31 (Compact)
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

/**!
* FlexSearch.js v0.7.31 (Debug)
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

/**!
* FlexSearch.js v0.7.31 (ES5)
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

/**!
* FlexSearch.js v0.7.31 (Light)
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

{
"name": "flexsearch",
"version": "0.7.31",
"version": "0.7.33",
"description": "Next-Generation full text search library with zero dependencies.",

@@ -26,3 +26,2 @@ "homepage": "https://github.com/nextapps-de/flexsearch/",

"module": "dist/module/index.js",
"types": "./index.d.ts",
"preferGlobal": false,

@@ -54,3 +53,2 @@ "repository": {

"task/**",
"index.d.ts",
"README.md",

@@ -57,0 +55,0 @@ "CHANGELOG.md",

/**!
* FlexSearch.js
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

/**!
* FlexSearch.js
* Copyright 2018-2022 Nextapps GmbH
* Author: Thomas Wilkerling
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
* https://github.com/nextapps-de/flexsearch

@@ -7,0 +7,0 @@ */

@@ -51,2 +51,4 @@ import { IndexInterface } from "./type.js";

export const regex_whitespace = /[\p{Z}\p{S}\p{P}\p{C}]+/u;
// https://github.com/nextapps-de/flexsearch/pull/414
//export const regex_whitespace = /[\s\xA0\u2000-\u200B\u2028\u2029\u3000\ufeff!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~]/
const regex_normalize = /[\u0300-\u036f]/g;

@@ -53,0 +55,0 @@

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