Socket
Socket
Sign inDemoInstall

@types/leveldown

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/leveldown - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

12

leveldown/index.d.ts

@@ -43,2 +43,5 @@ // Type definitions for leveldown 4.0

clear(cb: ErrorCallback): void;
clear(options: LevelDownClearOptions, cb: ErrorCallback): void;
approximateSize(start: Bytes, end: Bytes, cb: ErrorSizeCallback): void;

@@ -87,2 +90,11 @@ compactRange(start: Bytes, end: Bytes, cb: ErrorCallback): void;

export interface LevelDownClearOptions {
gt?: Bytes;
gte?: Bytes;
lt?: Bytes;
lte?: Bytes;
reverse?: boolean;
limit?: number;
}
export interface LevelDownIterator extends AbstractIterator<Bytes, Bytes> {

@@ -89,0 +101,0 @@ seek(key: Bytes): void;

4

leveldown/package.json
{
"name": "@types/leveldown",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for leveldown",

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

},
"typesPublisherContentHash": "e92cd3ba3879409225013c915f0ad9474849130c47b08f8784f9e334ace26bfb",
"typesPublisherContentHash": "f994527ec1c2da147a62140c5323940047336330545f272811a6b462d63ac0b6",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 01 Nov 2019 16:26:22 GMT
* Last updated: Tue, 05 Nov 2019 21:19:14 GMT
* Dependencies: @types/abstract-leveldown, @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