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

sqlite

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

6

build/interfaces.d.ts

@@ -1,5 +0,3 @@

/// <reference types="./vendor-typings/sql-template-strings" />
/// <reference types="./vendor-typings/sqlite3" />
import * as sqlite3 from 'sqlite3';
import { SQLStatement } from 'sql-template-strings';
import { Statement } from './Statement';

@@ -11,2 +9,6 @@ export declare namespace ISqlite {

}
interface SQLStatement {
sql: string;
values?: any[];
}
/**

@@ -13,0 +15,0 @@ * Allows for input of a normal SQL string or

"use strict";
/// <reference types="./vendor-typings/sql-template-strings" />
/// <reference types="./vendor-typings/sqlite3" />
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=interfaces.js.map

@@ -0,1 +1,15 @@

## 4.2.1 - Tue May 23 2023 00:58:29
**Contributor:** Blake Embrey
- Support all SQL template libraries (#172)
* Support all SQL template libraries
* Remove sql-template-strings from lib
---------
Co-authored-by: Theo Gravity <theo@suteki.nu>
## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06

@@ -2,0 +16,0 @@

{
"name": "sqlite",
"version": "4.2.0",
"version": "4.2.1",
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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