Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/better-sqlite3

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/better-sqlite3 - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1

1

better-sqlite3/index.d.ts

@@ -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>

8

better-sqlite3/package.json
{
"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

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