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

@flatten-js/interval-tree

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatten-js/interval-tree - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

4

index.d.ts

@@ -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",

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