@types/fast-levenshtein
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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; |
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2947
53415
4
25