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 1.7.0 to 1.7.1

7

leveldown/index.d.ts
// Type definitions for LevelDown 1.7
// Project: https://github.com/level/leveldown
// Definitions by: Thiago de Arruda <https://github.com/tarruda>
// Linus Unnebäck <https://github.com/LinusU>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -140,7 +141,9 @@

iterator(options?: KeyAndValueAsBufferIteratorOptions): KeyAndValueAsBufferIterator;
}
interface Constructor {
(location: string): LevelDown;
destroy(location: string, callback: ErrCallback): void;
repair(location: string, callback: ErrCallback): void;
}
type Constructor = (location: string) => LevelDown;
}
{
"name": "@types/leveldown",
"version": "1.7.0",
"version": "1.7.1",
"description": "TypeScript definitions for LevelDown",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Thiago de Arruda",
"url": "https://github.com/tarruda"
"url": "https://github.com/tarruda",
"githubUsername": "tarruda"
},
{
"name": "Linus Unnebäck",
"url": "https://github.com/LinusU",
"githubUsername": "LinusU"
}

@@ -16,3 +22,3 @@ ],

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

@@ -23,5 +29,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "8ad2a943006b3c5296b92869b9a520d84e733c731edabe2e500821f18f35b56f",
"typesPublisherContentHash": "f32fdaec52c6f1eecb92880e50d2ed0303d0fe02990d7b3857c696d53181fc01",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leveldown
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leveldown
Additional Details
* Last updated: Fri, 05 May 2017 04:05:52 GMT
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT
* Dependencies: node

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

# Credits
These definitions were written by Thiago de Arruda <https://github.com/tarruda>.
These definitions were written by Thiago de Arruda <https://github.com/tarruda>, Linus Unnebäck <https://github.com/LinusU>.

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