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

@types/fast-levenshtein

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fast-levenshtein - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

fast-levenshtein/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for fast-levenshtein
// Project: https://github.com/hiddentao/fast-levenshtein
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface LevenshteinOptions {

@@ -7,0 +2,0 @@ useCollator?: boolean | undefined;

10

fast-levenshtein/package.json
{
"name": "@types/fast-levenshtein",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript definitions for fast-levenshtein",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein",

"name": "Mizunashi Mana",
"url": "https://github.com/mizunashi-mana",
"githubUsername": "mizunashi-mana"
"githubUsername": "mizunashi-mana",
"url": "https://github.com/mizunashi-mana"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "5d6619781fe43260311fe7c498e3bd084b46e8837d15424f3836fc667ab8fe16",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "e95f6202b3b0fa8519adfec3a18c5aa1f949fd394e0bc09535383b339ecbe8c2",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for fast-levenshtein
// Project: https://github.com/hiddentao/fast-levenshtein
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface LevenshteinOptions {

@@ -26,7 +21,6 @@ useCollator?: boolean | undefined;

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:32:53 GMT
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Mizunashi Mana](https://github.com/mizunashi-mana).
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