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
8
Versions
48
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 9.0.7-rc.1 to 9.0.7-rc.2

6

deps/download.js

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

const BASE_URI = `https://build-artifacts.signal.org/desktop`;
const HASH = '4f9381902020998f2d2c2015bdf341484736cd9af7330af194e604a2851e1450';
const SQLCIPHER_VERSION = '4.6.1';
const EXTENSION_VERSION = '0.1.0';
const HASH = 'a50990ae5d2bf6b88b0095c2bda5c64e5b78a6c0944398c59f94f7a1d097d1ed';
const SQLCIPHER_VERSION = '4.6.1-signal-patch1';
const EXTENSION_VERSION = '0.2.0';
const TAG = [SQLCIPHER_VERSION, EXTENSION_VERSION].join('--');

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

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

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

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