@types/natural-compare-lite
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -1,8 +0,3 @@ | ||
// Type definitions for natural-compare-lite 1.4 | ||
// Project: https://github.com/litejs/natural-compare-lite | ||
// Definitions by: Doniyor Aliyev <https://github.com/doniyor2109> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare function naturalCompare(a: string, b: string): -1 | 0 | 1; | ||
export = naturalCompare; |
{ | ||
"name": "@types/natural-compare-lite", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for natural-compare-lite", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite", | ||
"license": "MIT", | ||
@@ -9,16 +10,17 @@ "contributors": [ | ||
"name": "Doniyor Aliyev", | ||
"url": "https://github.com/doniyor2109", | ||
"githubUsername": "doniyor2109" | ||
"githubUsername": "doniyor2109", | ||
"url": "https://github.com/doniyor2109" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/natural-compare-lite" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d55325fc493df0592236a7b52b0b52890c13f499ff313c0b030a701ee7ee1b3c", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "555ed563bad7881b13caa98299256d9fc5930577d59f1a51d73d4fbe7a5a07fb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,13 +5,19 @@ # Installation | ||
# Summary | ||
This package contains type definitions for natural-compare-lite ( https://github.com/litejs/natural-compare-lite ). | ||
This package contains type definitions for natural-compare-lite (https://github.com/litejs/natural-compare-lite). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/natural-compare-lite/index.d.ts) | ||
````ts | ||
declare function naturalCompare(a: string, b: string): -1 | 0 | 1; | ||
Additional Details | ||
* Last updated: Fri, 15 Feb 2019 17:40:31 GMT | ||
export = naturalCompare; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Doniyor Aliyev <https://github.com/doniyor2109>. | ||
These definitions were written by [Doniyor Aliyev](https://github.com/doniyor2109). |
Sorry, the diff of this file is not supported yet
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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2829
0
23
2