@types/better-sqlite3
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -60,3 +60,2 @@ // Type definitions for better-sqlite3 5.4 | ||
// tslint:disable-next-line no-unnecessary-generics | ||
prepare<BindParameters extends any[] | {} = any[]>(source: string): BindParameters extends any[] | ||
@@ -63,0 +62,0 @@ ? Statement<BindParameters> |
{ | ||
"name": "@types/better-sqlite3", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "TypeScript definitions for better-sqlite3", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -50,4 +50,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "70b2026862d0a83bd15fd0692accc3f12e7518485e17d2384ecee037e5e796b1", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "3239451d3e9de1add9ce793dad8712081133201a2a0e0e1b821a8ba69b93965b", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for better-sqlite3 ( http://github.com/JoshuaWise/better-sqlite3 ). | ||
This package contains type definitions for better-sqlite3 (http://github.com/JoshuaWise/better-sqlite3). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/better-sqlite3 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/better-sqlite3. | ||
Additional Details | ||
* Last updated: Mon, 13 May 2019 23:49:31 GMT | ||
* Dependencies: @types/integer | ||
### Additional Details | ||
* Last updated: Wed, 28 Oct 2020 18:21:10 GMT | ||
* Dependencies: [@types/integer](https://npmjs.com/package/@types/integer) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ben Davies <https://github.com/Morfent>, Mathew Rumsey <https://github.com/matrumz>, Santiago Aguilar <https://github.com/sant123>, Alessandro Vergani <https://github.com/loghorn>, Andrew Kaiser <https://github.com/andykais>, Mark Stewart <https://github.com/mrkstwrt>. | ||
These definitions were written by [Ben Davies](https://github.com/Morfent), [Mathew Rumsey](https://github.com/matrumz), [Santiago Aguilar](https://github.com/sant123), [Alessandro Vergani](https://github.com/loghorn), [Andrew Kaiser](https://github.com/andykais), and [Mark Stewart](https://github.com/mrkstwrt). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8400
124