Socket
Socket
Sign inDemoInstall

stream-transform

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.6

2

lib/index.js

@@ -72,3 +72,3 @@ // Generated by CoffeeScript 1.7.1

});
transform.on('finish', function() {
transform.on('end', function() {
if (!error) {

@@ -75,0 +75,0 @@ return callback(null, result);

{
"version": "0.0.4",
"version": "0.0.6",
"name": "stream-transform",

@@ -4,0 +4,0 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API",

[![Build Status](https://secure.travis-ci.org/wdavidw/node-stream-transform.png)][travis]
This project provide a simple object transformation framework implementing the
This project provides a simple object transformation framework implementing the
Node.js `stream.Transform` API. It was originally developed as a part of the Node.js

@@ -5,0 +5,0 @@ [CSV package][csv] (`npm install csv`) and can be used independently.

Sorry, the diff of this file is not supported yet

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