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

rxjs-min-max

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxjs-min-max - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "rxjs-min-max",
"version": "1.0.1",
"version": "1.0.2",
"description": "RxJs Operators for emits minimum/maximum value on each iteration.",

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

@@ -10,2 +10,4 @@ # rxjs-min-max

```javascript
import { maxStream, maxStream } from 'rxjs-min-max'
of(1, 1, 2, 2, 2, 0, 1, 2, 3, -1, 4).pipe(

@@ -12,0 +14,0 @@ maxStream(),

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