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

fuzzyjs

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuzzyjs - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

esbuild-hook.js

7

.eslintrc.json

@@ -10,3 +10,8 @@ {

"plugins": ["import", "@typescript-eslint"],
"ignorePatterns": ["scripts/*", "benchmark/*", "ava.config.js"],
"ignorePatterns": [
"scripts/*",
"benchmark/*",
"ava.config.js",
"esbuild-hook.js"
],
"extends": [

@@ -13,0 +18,0 @@ "eslint:recommended",

2

ava.config.js
export default {
files: ["src/**/__tests__/*.test.ts"],
extensions: ["ts"],
nodeArguments: ["-r", "esbuild-register"],
nodeArguments: ["-r", "./esbuild-hook"],
};

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

# [5.0.0](https://github.com/gjuchault/fuzzyjs/compare/v4.0.1...v5.0.0) (2021-07-10)
## [5.0.1](https://github.com/gjuchault/fuzzyjs/compare/v5.0.0...v5.0.1) (2021-07-19)

@@ -6,16 +6,2 @@

* **array:** generic methods ([#247](https://github.com/gjuchault/fuzzyjs/issues/247)) ([d81cd7e](https://github.com/gjuchault/fuzzyjs/commit/d81cd7e338b157279c4f06f639b5da30aefd6caa))
* **prepare:** normalize string even with case sensitive being true ([#28](https://github.com/gjuchault/fuzzyjs/issues/28)) ([e160c7a](https://github.com/gjuchault/fuzzyjs/commit/e160c7aef4a4fa6964cd6eb6d592a8fd3c4bb2ce))
* **surround:** return source when no results or results.ranges is… ([#27](https://github.com/gjuchault/fuzzyjs/issues/27)) ([c85305c](https://github.com/gjuchault/fuzzyjs/commit/c85305c1d2dbae0ad615a88aa2f4ecef9e587dcc))
* **typescript:** move from types to interfaces for typedoc ([#24](https://github.com/gjuchault/fuzzyjs/issues/24)) ([7dfabd9](https://github.com/gjuchault/fuzzyjs/commit/7dfabd99ad6b606ebcb2cbbe2d81ee9cb3458b5b))
### Code Refactoring
* use typescript library starter ([#392](https://github.com/gjuchault/fuzzyjs/issues/392)) ([a229b0b](https://github.com/gjuchault/fuzzyjs/commit/a229b0b3c543f874af83e1cce683a5fb980e5ec6))
### BREAKING CHANGES
* remove match() `withRanges` option
* remove `sourceAccessor`, `idAccessor` to a single `iterator`, required
* **package:** remove failed dependency ([2cab104](https://github.com/gjuchault/fuzzyjs/commit/2cab10482e8158f433d51f10501ce5c61ed0784e))
{
"name": "fuzzyjs",
"version": "5.0.0",
"version": "5.0.1",
"description": "Simple fuzzy matching",

@@ -30,6 +30,6 @@ "keywords": [

"build": "yarn clean && yarn type:dts && yarn type:build",
"clean": "node -r esbuild-register ./scripts/clean",
"clean": "node -r ./esbuild-hook ./scripts/clean",
"type:dts": "tsc --emitDeclarationOnly",
"type:check": "tsc --noEmit",
"type:build": "node -r esbuild-register ./scripts/build",
"type:build": "node -r ./esbuild-hook ./scripts/build",
"format": "prettier \"src/**/*.ts\" --write",

@@ -61,3 +61,2 @@ "format:check": "prettier \"src/**/*.ts\" --check",

"esbuild": "^0.12.15",
"esbuild-register": "^2.6.0",
"eslint": "^7.30.0",

@@ -70,2 +69,3 @@ "eslint-config-prettier": "^8.3.0",

"semantic-release": "^17.4.4",
"source-map-support": "^0.5.19",
"typescript": "^4.3.5"

@@ -72,0 +72,0 @@ },

@@ -5,3 +5,3 @@ # fuzzyjs

![NPM](https://img.shields.io/npm/v/@gjuchault/typescript-library-starter)
![GitHub Workflow Status](https://github.com/gjuchault/typescript-library-starter/actions/workflows/typescript-library-starter.yml/badge.svg?branch=master)
![GitHub Workflow Status](https://github.com/gjuchault/typescript-library-starter/actions/workflows/typescript-library-starter.yml/badge.svg?branch=main)

@@ -8,0 +8,0 @@ fuzzyjs is a fuzzy search algorithm in javascript.

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