Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/is-gzip

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/is-gzip - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

5

is-gzip/index.d.ts

@@ -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;

11

is-gzip/package.json
{
"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).
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