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.12 to 1.2.0

2

index.js

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

opts = opts || {}
if(!opts.tail)
if(!(opts.tail || opts.live))
return read(db, opts)

@@ -39,0 +39,0 @@

{
"name": "pull-level",
"description": "pull-stream interface to levelup",
"version": "1.1.12",
"version": "1.2.0",
"homepage": "https://github.com/dominictarr/pull-level",

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

@@ -26,3 +26,3 @@

pull(
l.read(db, {tail: true, onSync: function () {
l.read(db, {live: true, onSync: function () {
console.log('SYNC')

@@ -29,0 +29,0 @@ sync = true

@@ -22,3 +22,3 @@

pull(
l.read(db, {tail: true, onSync: function () {
l.read(db, {live: true, onSync: function () {
console.log('sync')

@@ -25,0 +25,0 @@ sync = true

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