@flatten-js/interval-tree
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -25,6 +25,8 @@ // Type definitions for flatten-interval-tree library | ||
declare class Interval implements IntervalInterface { | ||
export declare class Interval implements IntervalInterface { | ||
low: Comparable; | ||
high: Comparable; | ||
constructor(low: Comparable, high: Comparable); | ||
readonly max: Interval; | ||
@@ -31,0 +33,0 @@ |
{ | ||
"name": "@flatten-js/interval-tree", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Interval search tree", | ||
@@ -5,0 +5,0 @@ "author": "Alex Bol", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 18 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
148065
16
3109