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

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.4.3 to 6.4.4

test/legacy-apis.js

2

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

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

@@ -132,2 +132,3 @@ var EventEmitter = require('events').EventEmitter

emitter.readStream =
emitter.createReadStream = function (opts) {

@@ -147,2 +148,3 @@ opts = mergeOpts(opts)

emitter.valueStream =
emitter.createValueStream = function (opts) {

@@ -155,2 +157,3 @@ opts = opts || {}

emitter.keyStream =
emitter.createKeyStream = function (opts) {

@@ -157,0 +160,0 @@ opts = opts || {}

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