Socket
Socket
Sign inDemoInstall

encoding-down

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encoding-down - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

5

index.js

@@ -26,2 +26,7 @@ 'use strict'

DB.prototype._encodeKey =
DB.prototype._encodeValue = function (datum) {
return datum
}
DB.prototype._open = function (opts, cb) {

@@ -28,0 +33,0 @@ this.db.open(opts, cb)

2

package.json
{
"name": "encoding-down",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "level/encoding-down",

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