New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/rstream

Package Overview
Dependencies
Maintainers
1
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/rstream - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="1.2.5"></a>
## [1.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.4...@thi.ng/rstream@1.2.5) (2018-04-08)
**Note:** Version bump only for package @thi.ng/rstream
<a name="1.2.4"></a>

@@ -8,0 +16,0 @@ ## [1.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.3...@thi.ng/rstream@1.2.4) (2018-04-05)

8

package.json
{
"name": "@thi.ng/rstream",
"version": "1.2.4",
"version": "1.2.5",
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs",

@@ -27,5 +27,5 @@ "main": "./index.js",

"dependencies": {
"@thi.ng/api": "^2.1.3",
"@thi.ng/atom": "^1.2.3",
"@thi.ng/transducers": "^1.7.4"
"@thi.ng/api": "^2.2.0",
"@thi.ng/atom": "^1.2.4",
"@thi.ng/transducers": "^1.7.5"
},

@@ -32,0 +32,0 @@ "keywords": [

@@ -111,2 +111,18 @@ # @thi.ng/rstream

There're several examples using this package in the `/examples`
directory of this repo:
### Declarative dataflow graph
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-dataflow)
| [Live version](http://demo.thi.ng/umbrella/rstream-dataflow)
### @thi.ng/hdom benchmark
The FPS counter canvas component used in this benchmark is driven by
this package and based on the barebones version shown below.
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-benchmark)
| [Live version](http://demo.thi.ng/umbrella/hdom-benchmark/)
### Basic usage patterns

@@ -113,0 +129,0 @@

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