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

catchment

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catchment - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

src/index.js

3

build/index.js

@@ -117,3 +117,2 @@ const { Writable } = require('stream');

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

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

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

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

## 14 January 2019
### 3.2.1
- [package] Add the "module" field.
- [package] Remove source maps.
## 16 November 2018

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

{
"name": "catchment",
"version": "3.2.0",
"version": "3.2.1",
"description": "Collect Node.js Stream Data Into Catchment: Stream With Promise Property Resolved On Finish.",
"main": "build",
"module": "src/index.js",
"files": [
"build"
"build",
"src"
],

@@ -14,3 +16,3 @@ "scripts": {

"test-examples/": "ZOROASTER_TIMEOUT=5000 zoroaster test-examples/spec -b",
"b": "alamode src -o build",
"b": "alamode src -o build -s",
"d": "doc src/index.js -g",

@@ -47,3 +49,3 @@ "doc": "NODE_DEBUG=doc doc documentary -o README.md",

"devDependencies": {
"alamode": "1.6.0",
"alamode": "1.6.1",
"documentary": "1.20.1",

@@ -57,5 +59,5 @@ "eslint-config-artdeco": "1.0.1",

"dependencies": {
"@artdeco/clean-stack": "1.0.0",
"erotic": "2.0.1"
"@artdeco/clean-stack": "1.0.1",
"erotic": "2.0.2"
}
}

@@ -301,9 +301,8 @@ # catchment

## Copyright
(c) [Art Deco][1] 2018
(c) [Art Deco][1] 2019
[1]: https://artdeco.bz
[1]: https://artd.eco
<p align="center"><a href="#table-of-contents"><img src=".documentary/section-breaks/-1.svg?sanitize=true"></a></p>
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