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.7 to 1.1.8

2

index.js

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

var cleanup = post(db, opts, function (ch) {
console.log('post!', ch)
l.push(ch)

@@ -64,3 +63,2 @@ })

pull.asyncMap(function (batch, cb) {
console.log('write batch', batch)
db.batch(batch, cb)

@@ -67,0 +65,0 @@ }),

2

package.json

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

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

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

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