@types/is-gzip
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,8 +0,3 @@ | ||
// Type definitions for is-gzip 2.0 | ||
// Project: https://github.com/kevva/is-gzip#readme | ||
// Definitions by: Kit Peters <https://github.com/PopeFelix> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export = is_gzip; | ||
declare function is_gzip(buf: Buffer | Uint8Array): boolean; |
{ | ||
"name": "@types/is-gzip", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for is-gzip", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-gzip", | ||
"license": "MIT", | ||
@@ -9,4 +10,4 @@ "contributors": [ | ||
"name": "Kit Peters", | ||
"url": "https://github.com/PopeFelix", | ||
"githubUsername": "PopeFelix" | ||
"githubUsername": "PopeFelix", | ||
"url": "https://github.com/PopeFelix" | ||
} | ||
@@ -23,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "40da20d263640baac4c6bc2721b89fef6e4c6fe8af7543bca08ad240f8f7f043", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "f8553e847761534f1b42ee612a7561457c52fe238122371c2c8ba605886b8bfd", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,9 +9,15 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-gzip. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-gzip/index.d.ts) | ||
````ts | ||
export = is_gzip; | ||
declare function is_gzip(buf: Buffer | Uint8Array): boolean; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 21 Aug 2020 05:10:37 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Kit Peters](https://github.com/PopeFelix). |
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
2678
0
23
2