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

comdb

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comdb - npm Package Compare versions

Comparing version 3.0.0-beta to 3.0.1-beta

3

lib/crypt.js

@@ -11,4 +11,3 @@ 'use strict'

assert(password, 'A password is required for encryption or decryption.')
this.password = password
this._key = hash(decodeUTF8(this.password)).slice(0, secretbox.keyLength)
this._key = hash(decodeUTF8(password)).slice(0, secretbox.keyLength)
}

@@ -15,0 +14,0 @@

{
"name": "comdb",
"version": "3.0.0-beta",
"version": "3.0.1-beta",
"description": "A PouchDB plugin that transparently encrypts and decrypts its data.",

@@ -5,0 +5,0 @@ "main": "index.js",

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