Socket
Socket
Sign inDemoInstall

then-read-stream

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

then-read-stream - npm Package Compare versions

Comparing version 0.1.0 to 0.9.0

.nyc_output/595fcbae0f9a3efc9a113655776d4f06.json

1

lib/index.js

@@ -79,1 +79,2 @@ "use strict";

exports.StreamReader = StreamReader;
//# sourceMappingURL=index.js.map

25

package.json
{
"name": "then-read-stream",
"version": "0.1.0",
"version": "0.9.0",
"description": "Read from a readable stream just like a file",

@@ -10,7 +10,9 @@ "author": {

"scripts": {
"tsc": "tsc --pretty",
"compile": "gulp compile",
"lint": "tslint 'src/**/*.ts'",
"test": "gulp test",
"prepare": "gulp"
"compile": "tsc --pretty",
"prepare": "npm run compile",
"lint": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"test": "mocha --require ts-node/register test",
"cover-test": "nyc npm run test",
"coveralls": "npm run cover-test && nyc report --reporter=text-lcov | coveralls",
"start": "npm run compile && npm run lint && npm run cover-test"
},

@@ -24,3 +26,3 @@ "engines": {

},
"license": "BSD-3-Clause",
"license": "MIT",
"main": "./lib/index.js",

@@ -36,12 +38,9 @@ "typings": "lib/index",

"chai": "^4.0.2",
"coveralls": "^2.13.1",
"es6-promise": "^4.1.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-mocha": "^4.3.1",
"gulp-tsc": "^1.3.2",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"typescript": "^2.0.3",
"typings": "2.0.0"
"typescript": "^2.0.3"
},

@@ -48,0 +47,0 @@ "dependencies": {},

@@ -1,3 +0,8 @@

[![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![npm downloads][npm-downloads-image]][npm-url]
[![Build Status](https://travis-ci.org/Borewit/then-read-stream.svg?branch=master)](https://travis-ci.org/Borewit/then-read-stream)
[![NPM version](https://badge.fury.io/js/then-read-stream.svg)](https://npmjs.org/package/then-read-stream)
[![npm downloads](http://img.shields.io/npm/dm/then-read-stream.svg)](https://npmjs.org/package/then-read-stream)
[![Dependencies](https://david-dm.org/Borewit/then-read-stream.svg)](https://david-dm.org/Borewit/then-read-stream)
[![Coverage Status](https://coveralls.io/repos/github/Borewit/then-read-stream/badge.svg?branch=master)](https://coveralls.io/github/Borewit/then-read-stream?branch=master)
A promise based asynchronous stream reader.

@@ -4,0 +9,0 @@

@@ -7,7 +7,6 @@ {

"moduleResolution": "node",
"declaration": true,
"outDir": "lib"
"declaration": true
},
"include": [
"src/**/*.ts",
"lib/**/*.ts",
"test/**/*.ts"

@@ -14,0 +13,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

Sorry, the diff of this file is too big to display

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