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.7 to 1.0.8

2

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

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

@@ -65,2 +65,3 @@ # rxjs-min-max

// count n = 100000
// 0

@@ -70,2 +71,21 @@ // minStream: 11.276ms

// min: 40.306ms
// count n = 1000000
// 0
// minStream: 24.084ms
// 0
// min: 72.204ms
// count n = 10000000
// 1
// minStream: 137.856ms
// 1
// min: 437.046ms
// count n = 1000
// 0
// minStream: 5.738ms
// 0
// min: 1.779ms
```
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