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

steampipes

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steampipes - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

3

lib/experiments/tests/tees.test.js

@@ -0,1 +1,2 @@

// Generated by CoffeeScript 2.5.1
(function() {

@@ -217,1 +218,3 @@ //###########################################################################################################

}).call(this);
//# sourceMappingURL=tees.test.js.map

4

lib/standard-transforms.js

@@ -105,5 +105,5 @@ (function() {

var ref, title;
title = ((ref = settings != null ? settings.title : void 0) != null ? ref : '-->') + ' ';
title = ((ref = settings != null ? settings.title : void 0) != null ? ref : 'steampipes ➔') + ' ';
return this.$((d, send) => {
info(title + jr(d));
echo((CND.grey(title)) + (CND.blue(rpr(d))));
return send(d);

@@ -110,0 +110,0 @@ });

{
"name": "steampipes",
"version": "6.1.1",
"version": "6.1.2",
"description": "Fast, simple data pipelines",

@@ -9,3 +9,3 @@ "main": "lib/main.js",

"doctoc": "doctoc README.md",
"test": "npm run build && node lib/tests/main.js"
"test": "node lib/tests/main.js"
},

@@ -31,11 +31,11 @@ "repository": {

"@uppy/fs-tail-stream": "^1.2.0",
"cnd": "^5.3.0",
"datom": "^3.0.1",
"intertype": "^3.1.2",
"multimix": "^2.1.6",
"cnd": "^6.0.0",
"datom": "^5.0.0",
"intertype": "^3.4.1",
"multimix": "^2.2.1",
"timsort": "^0.3.0"
},
"devDependencies": {
"guy-test": "^1.4.2"
"guy-test": "^2.0.1"
}
}

@@ -74,3 +74,3 @@

which one of the iteration modes (sync or async) works correctly are allowed. Such a function will be called
as late as possible, that is, not at pipline definition time, but only when a pipeline with a source and a
as late as possible, that is, not at pipeline definition time, but only when a pipeline with a source and a
drain has been constructed and is started with `pull()`.

@@ -305,6 +305,6 @@

using modifiers instead (`$ { once: [ 'first', 'last', ], }, transform (d, send ) ->`) to avoid API bloat
* [ ] implement tees which are like branching tracks that lead to their own sinks; there should also
be parallel tracks that are rejoined later on
* [x] implement tees which are like branching tracks that lead to their own sinks
* [ ] there should also be parallel tracks that are rejoined later on
* [x] should tees accept single transforms (and implicitly build a pipeline with a sink)? [NO]
### Future: JS Pipeline Operator

@@ -311,0 +311,0 @@

Sorry, the diff of this file is not supported yet

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