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.1 to 0.0.2

fast-levenshtein/LICENSE

2

fast-levenshtein/index.d.ts

@@ -7,5 +7,5 @@ // Type definitions for fast-levenshtein

export interface LevenshteinOptions {
useCollator?: boolean;
useCollator?: boolean | undefined;
}
export function get(str1: string, str2: string, opts?: LevenshteinOptions): number;
{
"name": "@types/fast-levenshtein",
"version": "0.0.1",
"version": "0.0.2",
"description": "TypeScript definitions for fast-levenshtein",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein",
"license": "MIT",
"author": "Mizunashi Mana <https://github.com/mizunashi-mana>",
"contributors": [
{
"name": "Mizunashi Mana",
"url": "https://github.com/mizunashi-mana",
"githubUsername": "mizunashi-mana"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/fast-levenshtein"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "52391dad095a4679974e8dc4b2837fa9f9ed3c2c0795915fc73763277ffa4008"
"typesPublisherContentHash": "5d6619781fe43260311fe7c498e3bd084b46e8837d15424f3836fc667ab8fe16",
"typeScriptVersion": "3.6"
}

@@ -8,12 +8,24 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/fast-levenshtein
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein/index.d.ts)
````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
Additional Details
* Last updated: Tue, 04 Oct 2016 17:46:23 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
export interface LevenshteinOptions {
useCollator?: boolean | undefined;
}
export function get(str1: string, str2: string, opts?: LevenshteinOptions): number;
````
### Additional Details
* Last updated: Tue, 06 Jul 2021 20:32:53 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Mizunashi Mana <https://github.com/mizunashi-mana>.
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