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 1.5.0 to 1.5.1

then-read-stream.iml

33

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

@@ -18,3 +18,3 @@ "author": {

"lint": "npm run lint-md && npm run lint-ts",
"test": "mocha --require ts-node/register test",
"test": "mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts",
"test-coverage": "nyc npm run test",

@@ -25,7 +25,7 @@ "send-coveralls": "nyc report --reporter=text-lcov | coveralls",

"engines": {
"node": ">=0.1.98"
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/Borewit/then-read-stream"
"url": "git+https://github.com/Borewit/then-read-stream"
},

@@ -39,14 +39,15 @@ "license": "MIT",

"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.10",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.4",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"del-cli": "^1.1.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"coveralls": "^3.0.3",
"del-cli": "^2.0.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"remark-cli": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
"source-map-support": "^0.5.12",
"ts-node": "^8.0.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
},

@@ -61,5 +62,7 @@ "keywords": [

"check-coverage": true,
"include": [
"src/**/*"
"extension": [
".ts"
],
"sourceMap": true,
"instrument": true,
"reporter": [

@@ -66,0 +69,0 @@ "lcov",

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