js-redblacktree
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"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; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18454
10
336