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

splaytree

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splaytree - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/splay.es6.js
/**
* splaytree v2.0.0
* splaytree v2.0.1
* Fast Splay tree for Node and browser

@@ -4,0 +4,0 @@ *

/**
* splaytree v2.0.0
* splaytree v2.0.1
* Fast Splay tree for Node and browser

@@ -4,0 +4,0 @@ *

{
"name": "splaytree",
"version": "2.0.0",
"version": "2.0.1",
"author": "Alexander Milevski <info@w8r.name>",

@@ -18,3 +18,3 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/w8r/splay.git"
"url": "https://github.com/w8r/splay-tree.git"
},

@@ -21,0 +21,0 @@ "scripts": {

@@ -53,2 +53,3 @@ # Fast splay tree [![npm version](https://badge.fury.io/js/splaytree.svg)](https://badge.fury.io/js/splaytree) [![build](https://travis-ci.org/w8r/splay-tree.svg?branch=master)](https://travis-ci.org/w8r/splay-tree)

* `tree.find(key):Node|Null` - Return node by its key
* `tree.findStatic(key):Node|Null` - Return node by its key (doesn't re-balance the tree)
* `tree.at(index:Number):Node|Null` - Return node by its index in sorted order of keys

@@ -55,0 +56,0 @@ * `tree.contains(key):Boolean` - Whether a node with the given key is in the tree

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