New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/iltorb

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/iltorb - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

9

iltorb/index.d.ts

@@ -12,2 +12,5 @@ // Type definitions for iltorb 2.3

export type BrotliMode = 0 | 1 | 2;
export type BrotliCompressionQuality = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
export interface BrotliEncodeParams {

@@ -17,4 +20,6 @@ disable_literal_context_modeling?: boolean;

lgwin?: number;
mode?: number;
quality?: number;
/** @default 0 */
mode?: BrotliMode;
/** @default 11 */
quality?: BrotliCompressionQuality;
size_hint?: number;

@@ -21,0 +26,0 @@ }

{
"name": "@types/iltorb",
"version": "2.3.1",
"version": "2.3.2",
"description": "TypeScript definitions for iltorb",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "17eca1f4eaa4edba6fde1ec1002d0a8a0bc99c6699556d7618807652bc13576e",
"typesPublisherContentHash": "d5a035327627c514a6788c11d1d2a8f3b273dc3f952e96bfbebea89686e35d82",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 04:09:40 GMT
* Last updated: Tue, 19 May 2020 11:05:42 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