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 5.1.0-pre1 to 5.1.1

build/vendor-typings/sqlite3/index.d.ts

2

build/Database.d.ts

@@ -1,2 +0,2 @@

import type * as sqlite3 from 'sqlite3';
import * as sqlite3 from 'sqlite3';
import { ISqlite, IMigrate } from './interfaces';

@@ -3,0 +3,0 @@ import { Statement } from './Statement';

"use strict";
/// <reference types="sqlite3" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +3,0 @@ exports.Database = void 0;

@@ -1,2 +0,2 @@

import type * as sqlite3 from 'sqlite3';
import * as sqlite3 from 'sqlite3';
import { Statement } from './Statement';

@@ -3,0 +3,0 @@ import { Database } from './Database';

"use strict";
/// <reference types="sqlite3" />
/// <reference types="./vendor-typings/sqlite3" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +4,0 @@ exports.Database = exports.Statement = exports.open = void 0;

@@ -1,2 +0,2 @@

import type * as sqlite3 from 'sqlite3';
import * as sqlite3 from 'sqlite3';
import { Statement } from './Statement';

@@ -3,0 +3,0 @@ export declare namespace ISqlite {

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

@@ -1,2 +0,2 @@

import type * as sqlite from 'sqlite3';
import * as sqlite from 'sqlite3';
import { ISqlite } from './interfaces';

@@ -3,0 +3,0 @@ /**

"use strict";
/// <reference types="sqlite3" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -4,0 +3,0 @@ exports.Statement = void 0;

@@ -0,1 +1,7 @@

## 5.1.1 - Wed Nov 01 2023 23:59:09
**Contributor:** Theo Gravity
- Update vendor typings to use sqlite3 (#176)
## 5.0.1 - Tue Jul 11 2023 17:36:14

@@ -2,0 +8,0 @@

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

@@ -14,3 +14,3 @@ "main": "build/index.js",

"scripts": {
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs build",
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build",
"build:docs": "typedoc --options typedoc.js --plugin typedoc-plugin-markdown src/ --out docs",

@@ -17,0 +17,0 @@ "build:clean": "rm -rf build/*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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