Socket
Socket
Sign inDemoInstall

ndjson

Package Overview
Dependencies
9
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.2 to 1.4.3

2

index.js

@@ -27,5 +27,5 @@ var through = require('through2')

function serialize (opts) {
return through.obj(function(obj, enc, cb) {
return through.obj(opts, function(obj, enc, cb) {
cb(null, JSON.stringify(obj) + EOL)
})
}
{
"name": "ndjson",
"version": "1.4.2",
"version": "1.4.3",
"description": "streaming newline delimited json parser + serializer",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc