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.4 to 3.1.5

6

sqlite3/index.d.ts

@@ -15,2 +15,5 @@ // Type definitions for sqlite3 3.1

export const OPEN_CREATE: number;
export const OPEN_SHAREDCACHE: number;
export const OPEN_PRIVATECACHE: number;
export const OPEN_URI: number;

@@ -98,2 +101,5 @@ export const cached: {

OPEN_CREATE: number;
OPEN_SHAREDCACHE: number;
OPEN_PRIVATECACHE: number;
OPEN_URI: number;
cached: typeof cached;

@@ -100,0 +106,0 @@ RunResult: RunResult;

7

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

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sqlite3"
},

@@ -34,4 +35,4 @@ "scripts": {},

},
"typesPublisherContentHash": "c9444350b37b90a3f6171d1b8699c525fad86e1f46351b2dffb40088b1291418",
"typesPublisherContentHash": "c760b4974a710f6e4a4682bc42f59300b4027facaf859b0a70e1604cbacb2488",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 13 Feb 2019 21:06:22 GMT
* Last updated: Wed, 06 Mar 2019 16:11:31 GMT
* Dependencies: @types/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