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

async-flumelog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-flumelog - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

2

package.json
{
"name": "async-flumelog",
"description": "An async flumelog",
"version": "1.1.0",
"version": "2.0.0",
"homepage": "https://github.com/flumedb/async-flumelog",

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

@@ -55,7 +55,4 @@ var ltgt = require('ltgt')

if (this.values) {
if (data != null) // skip deleted
{
if (this.seqs) this.sink.write({ seq: this.cursor, value: data })
else this.sink.write(data)
}
if (this.seqs) this.sink.write({ seq: this.cursor, value: data })
else this.sink.write(data)
}

@@ -62,0 +59,0 @@ else

@@ -131,3 +131,3 @@ var tape = require('tape')

t.notOk(err)
t.deepEqual(ary, [b2])
t.deepEqual(ary, [null, b2])
t.end()

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