New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/sqlite3

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sqlite3 - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

sqlite3/index.d.ts

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

11

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

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