Socket
Socket
Sign inDemoInstall

concise-object-stream

Package Overview
Dependencies
8
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

lib/index.js

16

package.json
{
"name": "concise-object-stream",
"version": "1.0.8",
"version": "1.0.9",
"description": "More concise node object streams",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {

@@ -20,11 +20,11 @@ "lint": "eslint 'lib/**' 'test/**'",

"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.0.2",
"chokidar-cli": "^1.2.0",
"concat-stream": "^1.5.1",
"coveralls": "^2.11.9",
"eslint": "^3.9.1",
"eslint-config-toboid": "1.1.0",
"coveralls": "^3.0.0",
"eslint": "^4.1.0",
"eslint-config-toboid": "2.0.0",
"lodash": "^4.16.5",
"mocha": "^3.2.0",
"nyc": "^10.0.0"
"mocha": "^5.0.0",
"nyc": "^11.0.2"
},

@@ -31,0 +31,0 @@ "dependencies": {

# concise-object-stream
**A simplified API for working with node object streams**
[![Build Status](https://travis-ci.org/toboid/concise-object-stream.svg?branch=master)](https://travis-ci.org/toboid/concise-object-stream)

@@ -9,3 +6,6 @@ [![Coverage Status](https://coveralls.io/repos/github/toboid/concise-object-stream/badge.svg?branch=master)](https://coveralls.io/github/toboid/concise-object-stream?branch=master)

[![npm version](https://badge.fury.io/js/concise-object-stream.svg)](https://badge.fury.io/js/concise-object-stream)
[![Greenkeeper badge](https://badges.greenkeeper.io/toboid/concise-object-stream.svg)](https://greenkeeper.io/)
**A simplified API for working with node object streams**
This module is inspired by Rod Vagg's [through2](https://github.com/rvagg/through2) module but by focusing purely on object streams is able to provide a more concise API, including support for returning a value or promise from a transform function.

@@ -12,0 +12,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc