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

@humanwhocodes/ordered-set

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanwhocodes/ordered-set - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"name": "@humanwhocodes/ordered-set",
"version": "0.2.0",
"version": "0.2.1",
"description": "A set whose items can be traversed in order",

@@ -35,2 +35,2 @@ "main": "src/ordered-set.js",

}
}
}

@@ -60,3 +60,3 @@ # Ordered Set

// find the previous value matching this function
const value2 = set.findNext(value => value > 1, 3);
const value2 = set.findPrevious(value => value > 1, 3);

@@ -63,0 +63,0 @@ // remove a value

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