which-stream
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21760
6
73
6
+ Addedcatchment@3.0.1(transitive)
- Removedcatchment@3.0.0(transitive)
Updatedcatchment@3.0.1