Socket
Socket
Sign inDemoInstall

level-sublevel

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-sublevel - npm Package Compare versions

Comparing version 6.1.4 to 6.1.5

2

package.json
{
"name": "level-sublevel",
"description": "partition levelup databases",
"version": "6.1.4",
"version": "6.1.5",
"homepage": "https://github.com/dominictarr/level-sublevel",

@@ -6,0 +6,0 @@ "repository": {

@@ -42,3 +42,3 @@

t.deepEqual(value, JSON.parse(JSON.stringify(buf)))
t.deepEqual(value, [].slice.call(buf))
var db2 = db.sublevel('sub', {valueEncoding: 'binary'})

@@ -45,0 +45,0 @@ db2.put('hello', buf, function (err) {

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