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

@types/brotli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/brotli - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

brotli/compress.d.ts

@@ -8,11 +8,11 @@ interface CompressOptions {

*/
mode?: 0 | 1 | 2;
mode?: 0 | 1 | 2 | undefined;
/**
* The Brotli quality level, possible levels are 0-11. The default level is 11.
*/
quality?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
quality?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | undefined;
/**
* The LZ77 window size, default is 22.
*/
lgwin?: number;
lgwin?: number | undefined;
}

@@ -19,0 +19,0 @@

{
"name": "@types/brotli",
"version": "1.3.0",
"version": "1.3.1",
"description": "TypeScript definitions for brotli",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/brotli",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "ae72d1fc76dba90ed0d118c7579dce75dd28b6ac1c21a76dcd69edc0946443a5",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "fa63f7af950ffe47ff2d1b022b58c2e7556206f806f63f0f52716b7398518afc",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 03 Nov 2020 22:54:31 GMT
* Last updated: Thu, 08 Jul 2021 00:35:41 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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