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 2.0.0 to 2.0.1

2

package.json
{
"name": "pull-level",
"description": "pull-stream interface to levelup",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/dominictarr/pull-level",

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

@@ -7,2 +7,6 @@ var Live = require('pull-live')

module.exports = function (db, opts) {
if(opts && opts.tail) {
console.error('pull-level: .tail option is depreciated. use .live instead')
opts.live = opts.tail
}
return Live(function (opts) {

@@ -9,0 +13,0 @@ return old(db, 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