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.1 to 2.3.0

5

iltorb/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for iltorb 2.0
// Type definitions for iltorb 2.3
// Project: https://github.com/MayhemYDG/iltorb
// Definitions by: Arturas Molcanovas <https://github.com/Alorel>
// Francis Gulotta <https://github.com/reconbot>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -28,4 +29,6 @@ // TypeScript Version: 2.2

export function compress(buffer: Buffer, callback: IltorbCallback): void;
export function compress(buffer: Buffer, options?: BrotliEncodeParams): Promise<Buffer>;
export function decompress(buffer: Buffer, callback: IltorbCallback): void;
export function decompress(buffer: Buffer): Promise<Buffer>;

@@ -32,0 +35,0 @@ export function compressSync(buffer: Buffer, options?: BrotliEncodeParams): Buffer;

11

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

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "Alorel"
},
{
"name": "Francis Gulotta",
"url": "https://github.com/reconbot",
"githubUsername": "reconbot"
}

@@ -17,3 +22,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -24,4 +29,4 @@ "scripts": {},

},
"typesPublisherContentHash": "cc5a9b116d89158f278cf4f5402483b381dd7de280dc5ffd8c14ea4fdb155de9",
"typesPublisherContentHash": "b7d1ddf531ea1323d6c15ca4ce15a2f383f6a8ae9606992d77d863659efb4352",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iltorb
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iltorb
Additional Details
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT
* Dependencies: stream, node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Arturas Molcanovas <https://github.com/Alorel>.
These definitions were written by Arturas Molcanovas <https://github.com/Alorel>, Francis Gulotta <https://github.com/reconbot>.

Sorry, the diff of this file is not supported yet

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