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 2.0.0 to 2.0.6

lib/index.d.ts

1

lib/index.js

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

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

21

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

@@ -10,8 +10,8 @@ "author": {

"scripts": {
"clean": "del-cli lib/** src/**/*.js src/**/*.js.map src/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output",
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output",
"build": "npm run clean && npm run compile",
"compile-src": "tsc -p src",
"compile-src": "tsc -p lib",
"compile-test": "tsc -p test",
"compile": "npm run compile-src && yarn run compile-test",
"lint-ts": "tslint 'src/**/*.ts' --exclude 'src/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"lint-ts": "tslint 'lib/**/*.ts' --exclude 'lib/**/*.d.ts' 'test/**/*.ts' --exclude 'test/**/*.d.ts'",
"lint-md": "remark -u preset-lint-recommended .",

@@ -41,12 +41,11 @@ "lint": "npm run lint-md && npm run lint-ts",

"chai": "^4.2.0",
"coveralls": "^3.0.3",
"coveralls": "^3.0.5",
"del-cli": "^2.0.0",
"mocha": "^6.1.4",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"remark-cli": "^6.0.1",
"remark-cli": "^7.0.0",
"remark-preset-lint-recommended": "^3.0.2",
"source-map-support": "^0.5.12",
"ts-node": "^8.0.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
},

@@ -53,0 +52,0 @@ "keywords": [

@@ -7,2 +7,4 @@ [![Build Status](https://travis-ci.org/Borewit/then-read-stream.svg?branch=master)](https://travis-ci.org/Borewit/then-read-stream)

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8a89b90858734a6da07570eaf2e89849)](https://www.codacy.com/app/Borewit/then-read-stream?utm_source=github.com&utm_medium=referral&utm_content=Borewit/then-read-stream&utm_campaign=Badge_Grade)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Borewit/then-read-stream.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/then-read-stream/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Borewit/then-read-stream.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Borewit/then-read-stream/context:javascript)
[![Known Vulnerabilities](https://snyk.io/test/github/Borewit/then-read-stream/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Borewit/then-read-stream?targetFile=package.json)

@@ -9,0 +11,0 @@

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