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

@hocuspocus/extension-sqlite

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-sqlite - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

4

dist/hocuspocus-sqlite.esm.js
import { Database } from '@hocuspocus/extension-database';
import sqlite3 from 'sqlite3';
import chalk from 'chalk';
import kleur from 'kleur';

@@ -44,3 +44,3 @@ class SQLite extends Database {

async onListen() {
console.warn(` ${chalk.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`);
console.warn(` ${kleur.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`);
console.log();

@@ -47,0 +47,0 @@ }

{
"name": "@hocuspocus/extension-sqlite",
"description": "a generic Hocuspocus persistence driver for the sqlite",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"homepage": "https://hocuspocus.dev",

@@ -29,4 +29,4 @@ "keywords": [

"dependencies": {
"@hocuspocus/extension-database": "^1.0.0-alpha.3",
"chalk": "^5.0.0",
"@hocuspocus/extension-database": "^1.0.0-alpha.4",
"kleur": "^4.1.4",
"sqlite3": "^5.0.2"

@@ -40,3 +40,3 @@ },

},
"gitHead": "87b715d1d28c603702879f4413c17d2c4a38c51a"
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
}
import { Database, DatabaseConfiguration } from '@hocuspocus/extension-database'
import sqlite3 from 'sqlite3'
import chalk from 'chalk'
import kleur from 'kleur'

@@ -63,3 +63,3 @@ export interface SQLiteConfiguration extends DatabaseConfiguration {

async onListen() {
console.warn(` ${chalk.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`)
console.warn(` ${kleur.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`)
console.log()

@@ -66,0 +66,0 @@ }

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