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

highland-range

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highland-range - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "highland-range",
"version": "0.0.2",
"version": "0.0.3",
"description": "Filter a range from a highland stream",

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

@@ -7,3 +7,3 @@ # highland-range

Filter a range from a [highland](https://github.com/caolan/highland) stream.
This is an optimized filter when you know that your stream is a lattice with respect to
This is an optimized filter when you know that your stream is ordered with respect to
the filter predicate, ie. your predicate will hold for all consecutive

@@ -47,4 +47,4 @@ items after the first one it holds for.

Note that it is your responsibility to make sure that actual data satisfies the
lattice criteria (ordered) with respect to the predicates.
Note that it is your responsibility to make sure that actual data satisfies
partial ordering with respect to the predicates.

@@ -51,0 +51,0 @@ You can work with arbitrary data types.

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