New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ez-streams

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez-streams - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/transforms/cut._js

4

API.md

@@ -29,2 +29,4 @@ # ez-streams

Stream transform for CSV files
* [ez-streams/lib/transforms/cut](lib/transforms/cut.md)
Transform to cut string and binary streams
* [ez-streams/lib/transforms/json](lib/transforms/json.md)

@@ -36,1 +38,3 @@ "Simple" JSON streams

Stream transform for MIME multipart
* [ez-streams/lib/transforms/xml](lib/transforms/xml.md)
Simple XML parser and formatter

@@ -37,2 +37,5 @@ ## EZ Streams core API

Returns the writer for chaining.
* `result = reader.toArray(_)`
Reads all entries and returns them to an array.
Note that this call is an anti-pattern for streaming but it may be useful when working with small streams.
* `reader = reader.transform(fn)`

@@ -39,0 +42,0 @@ Inserts an asynchronous transformation into chain.

2

package.json
{
"name": "ez-streams",
"description": "EZ streams for node.js",
"version": "0.1.0",
"version": "0.1.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -11,2 +11,8 @@ # Easy Streams for node.js

## Installation
``` sh
npm install ez-streams
```
## Creating a stream

@@ -13,0 +19,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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