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

pull-level

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-level - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

index.js

@@ -10,3 +10,3 @@ var pull = require('pull-stream')

function read(db, opts) {
return toPull(db.createReadStream(fixRange(opts)))
return toPull.read1(db.createReadStream(fixRange(opts)))
}

@@ -13,0 +13,0 @@

@@ -5,3 +5,3 @@

"description": "pull-stream interface to levelup",
"version": "1.1.9",
"version": "1.1.10",
"homepage": "https://github.com/dominictarr/pull-level",

@@ -18,3 +18,3 @@ "repository": {

"pull-cat": ">=1.1 <2",
"stream-to-pull-stream": "1.2",
"stream-to-pull-stream": "1.3",
"level-post": "~1.0.3"

@@ -21,0 +21,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