New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flatten-interval-tree

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatten-interval-tree - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

8

package.json
{
"name": "flatten-interval-tree",
"version": "0.1.0",
"version": "0.1.1",
"description": "Interval Tree implementation as augmented extention of binary red-black tree",

@@ -8,3 +8,4 @@ "main": "index.js",

"test": "mocha --reporter spec",
"generate-docs": "jsdoc -t ./node_modules/jsdoc/templates/minami -d ./docs index.js"
"generate-docs": "jsdoc -t ./node_modules/jsdoc/templates/minami -d ./docs index.js",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec test/*"
},

@@ -32,4 +33,7 @@ "repository": {

"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}
# flatten-interval-tree
[![npm version](https://badge.fury.io/js/flatten-interval-tree.svg)](https://badge.fury.io/js/flatten-interval-tree)
[![Build Status](https://travis-ci.org/alexbol99/flatten-js.svg?branch=master)](https://travis-ci.org/alexbol99/flatten-js)
Interval Tree implementation as it is described in Cormen et al. (2009, Section 14.3: Interval trees, pp. 348–354).

@@ -3,0 +7,0 @@

Sorry, the diff of this file is not supported yet

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