Socket
Socket
Sign inDemoInstall

better-sqlite3-multiple-ciphers

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-sqlite3-multiple-ciphers - npm Package Compare versions

Comparing version 7.4.6-beta.0 to 7.4.6

2

package.json
{
"name": "better-sqlite3-multiple-ciphers",
"version": "7.4.6-beta.0",
"version": "7.4.6",
"description": "better-sqlite3 with multiple-cipher encryption support",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/m4heshd/better-sqlite3-multiple-ciphers",

@@ -20,3 +20,3 @@ # better-sqlite3-multiple-ciphers

- ### Stable
- **better-sqlite3-multiple-ciphers** - [`7.4.5`](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers/v/7.4.5)
- **better-sqlite3-multiple-ciphers** - [`7.4.6`](https://www.npmjs.com/package/better-sqlite3-multiple-ciphers/v/7.4.6)
- **SQLite** - `3.36.0`

@@ -67,3 +67,3 @@ - **SQLite3 Multiple Ciphers** - `1.3.4`

> You must be using Node.js v10.20.1 or above. Prebuilt binaries are available for Node.js [LTS versions](https://nodejs.org/en/about/releases/) and Electron.
> You must be using Node.js v10.20.1 or above. Prebuilt binaries are available for Node.js [LTS versions](https://nodejs.org/en/about/releases/) and Electron. If you have trouble installing, check the [troubleshooting guide](./docs/troubleshooting.md).

@@ -81,2 +81,9 @@ > If you have trouble installing, check the [troubleshooting guide](./docs/troubleshooting.md).

##### In ES6 module notation:
```js
import Database from 'better-sqlite3-multiple-ciphers';
const db = new Database('foobar.db', options);
```
### Encryption

@@ -83,0 +90,0 @@

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