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

js-redblacktree

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-redblacktree - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

build/jsrbtree.min.js

2

package.json
{
"name": "js-redblacktree",
"version": "1.0.8",
"version": "1.0.9",
"description": "Package implements left leaning red black balanced search tree for symbol table key-sorted map",

@@ -5,0 +5,0 @@ "author": "Caishun Chen",

@@ -242,4 +242,5 @@ var jsrbtree = jsrbtree || {};

var module = module || {};
if(module) {
module.exports = jsrbtree;
}
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