@types/tsscmp
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for tsscmp 1.0 | ||
// Project: https://github.com/suryagh/tsscmp#readme | ||
// Definitions by: Gareth Jones <https://github.com/g-rath> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export = timeSafeCompare; | ||
@@ -7,0 +2,0 @@ |
{ | ||
"name": "@types/tsscmp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for tsscmp", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp", | ||
"license": "MIT", | ||
@@ -9,8 +10,8 @@ "contributors": [ | ||
"name": "Gareth Jones", | ||
"url": "https://github.com/g-rath", | ||
"githubUsername": "g-rath" | ||
"githubUsername": "g-rath", | ||
"url": "https://github.com/g-rath" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2d930b3a3c9226ccaa284700cec8472c564ef61b9b124866cf6a00232f3874cc", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "c39832a3e54b53f2f0719668948aca7d487d205f5d7f4182780ec06499047292", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,17 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tsscmp/index.d.ts) | ||
````ts | ||
export = timeSafeCompare; | ||
Additional Details | ||
* Last updated: Fri, 28 Jun 2019 00:15:15 GMT | ||
declare function timeSafeCompare(a: number, b: number): boolean; | ||
declare function timeSafeCompare(a: string, b: string): boolean; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Gareth Jones <https://github.com/g-rath>. | ||
These definitions were written by [Gareth Jones](https://github.com/g-rath). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2820
0
24
3