Socket
Socket
Sign inDemoInstall

@types/sqlite3

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.5 to 3.1.6

1

sqlite3/index.d.ts

@@ -92,2 +92,3 @@ // Type definitions for sqlite3 3.1

configure(option: "busyTimeout", value: number): void;
interrupt(): void;
}

@@ -94,0 +95,0 @@

8

sqlite3/package.json
{
"name": "@types/sqlite3",
"version": "3.1.5",
"version": "3.1.6",
"description": "TypeScript definitions for sqlite3",

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

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -35,4 +35,4 @@ "type": "git",

},
"typesPublisherContentHash": "c760b4974a710f6e4a4682bc42f59300b4027facaf859b0a70e1604cbacb2488",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "50f626841a0eab3200e97b0a51c61a83084dc9acea4e9e81aba1fcc15ac7c079",
"typeScriptVersion": "2.8"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for sqlite3 ( http://github.com/mapbox/node-sqlite3 ).
This package contains type definitions for sqlite3 (http://github.com/mapbox/node-sqlite3).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sqlite3
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sqlite3.
Additional Details
* Last updated: Wed, 06 Mar 2019 16:11:31 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Fri, 20 Dec 2019 07:06:55 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Nick Malaguti <https://github.com/nmalaguti>, Sumant Manne <https://github.com/dpyro>, Behind The Math <https://github.com/BehindTheMath>.
These definitions were written by Nick Malaguti (https://github.com/nmalaguti), Sumant Manne (https://github.com/dpyro), and Behind The Math (https://github.com/BehindTheMath).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc