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.0.0 to 2.0.1

7

iltorb/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for iltorb 2.0

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

@@ -20,2 +21,6 @@ /// <reference types="node"/>

export interface BrotliFlushable {
flush(): void;
}
export type IltorbCallback = (err: Error | null | undefined, output: Buffer) => void;

@@ -31,3 +36,3 @@

export function compressStream(options?: BrotliEncodeParams): Transform;
export function compressStream(options?: BrotliEncodeParams): Transform & BrotliFlushable;
export function decompressStream(): Transform;

6

iltorb/package.json
{
"name": "@types/iltorb",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for iltorb",

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

},
"typesPublisherContentHash": "aeac683e5304a2d98945ff1b645ec2a744ce06b8c4cd4d49286c5f709bd74bb3",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "cc5a9b116d89158f278cf4f5402483b381dd7de280dc5ffd8c14ea4fdb155de9",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 21 Nov 2017 20:50:01 GMT
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT
* Dependencies: stream, 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