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

carrier

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carrier - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

3

lib/carrier.js

@@ -21,3 +21,4 @@ var util = require('util'),

reader.on('data', function(data) {
var lines = (buffer + data).split(separator);
var lines = data.split(separator);
lines[0] = buffer + lines[0];
buffer = lines.pop();

@@ -24,0 +25,0 @@

{ "name" : "carrier"
, "description" : "Evented stream line reader for node.js"
, "version" : "0.1.8"
, "version" : "0.1.9"
, "homepage" : "http://github.com/pgte/carrier"

@@ -5,0 +5,0 @@ , "author" :

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