Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

which-stream

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

which-stream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

build/index.js.map

7

build/index.js

@@ -5,4 +5,4 @@ let Catchment = require('catchment'); if (Catchment && Catchment.__esModule) Catchment = Catchment.default;

createReadStream,
} = require('fs')
const { Writable } = require('stream')
} = require('fs');
const { Writable } = require('stream');

@@ -78,2 +78,3 @@ /**

module.exports = whichStream
module.exports=whichStream
//# sourceMappingURL=index.js.map

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

## 1 September 2018
### 1.0.1
- [build] Build w/ source maps using [`alamode`](https://alamode.cc).
- [deps] Update dependencies.
## 11 August 2018

@@ -2,0 +9,0 @@

{
"name": "which-stream",
"version": "1.0.0",
"version": "1.0.1",
"description": "A small Node.js library to determine which stream to use.",
"main": "build",
"scripts": {
"t": "zoroaster -b",
"test": "zoroaster -b test/spec",
"test-build": "BABEL_ENV=test-build yarn test",
"t": "zoroaster -a",
"test": "yarn t test/spec",
"test-build": "ALAMODE_ENV=test-build yarn test",
"test-all": "yarn-s test test-build",

@@ -24,3 +24,4 @@ "test-watch": "yarn test -w",

"build": "yarn-s b doc",
"b": "b --source-maps"
"b": "alamode src -o build",
"postpublish": "git push --follow-tags"
},

@@ -61,10 +62,11 @@ "files": [

"@wrote/ensure-path": "1.0.2",
"documentary": "1.8.2",
"alamode": "1.3.0",
"documentary": "1.10.0",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "2.1.0"
"zoroaster": "2.4.0"
},
"dependencies": {
"catchment": "3.0.0"
"catchment": "3.0.1"
}
}
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