@types/sqlite3
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -86,4 +86,6 @@ // Type definitions for sqlite3 3.1 | ||
on(event: string, listener: (...args: any[]) => void): this; | ||
configure(option: "busyTimeout", value: number): void; | ||
} | ||
export function verbose(): void; |
{ | ||
"name": "@types/sqlite3", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "TypeScript definitions for sqlite3", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Nick Malaguti", | ||
"url": "https://github.com/nmalaguti" | ||
"url": "https://github.com/nmalaguti", | ||
"githubUsername": "nmalaguti" | ||
}, | ||
{ | ||
"name": "Sumant Manne", | ||
"url": "https://github.com/dpyro" | ||
"url": "https://github.com/dpyro", | ||
"githubUsername": "dpyro" | ||
} | ||
@@ -24,6 +26,7 @@ ], | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "1f362f013662b782c47d85f907914fbcaad22339daa8375672f4954bc2c2ad2b", | ||
"typesPublisherContentHash": "f16319d10904223ffffe3baabfc7cf1b66953e50ade7b6a1de11702a1b3200b0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT | ||
* Dependencies: events, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
6662
66
2
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)