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

@signalapp/better-sqlite3

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalapp/better-sqlite3 - npm Package Compare versions

Comparing version

to
8.4.0

4

deps/download.js

@@ -9,6 +9,6 @@ const https = require('https');

const BASE_URI = `https://build-artifacts.signal.org/desktop`;
const HASH = '057008836632dfa5188f84eb073a3036688bacc73cfc64ad18af7a1f4e21b1c3';
const HASH = 'c5c051b19b8f4659606f1dff6c735bc4b0e0df85c470c035073f61c5e0a18200';
const SQLCIPHER_VERSION = '4.5.2';
const OPENSSL_VERSION = '3.0.7';
const TOKENIZER_VERSION = '0.1.0';
const TOKENIZER_VERSION = '0.2.0';
const TAG = [SQLCIPHER_VERSION, OPENSSL_VERSION, TOKENIZER_VERSION].join('--');

@@ -15,0 +15,0 @@ const URL = `${BASE_URI}/sqlcipher-${TAG}-${HASH}.tar.gz`;

{
"name": "@signalapp/better-sqlite3",
"version": "8.3.1",
"version": "8.4.0",
"description": "The fastest and simplest library for SQLite3 in Node.js.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3",