Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "insection", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A data structure for storing number intervals", | ||
@@ -10,3 +10,3 @@ "main": "lib/insection.js", | ||
"coverage": "NODE_ENV=development istanbul cover _mocha -- --reporter dot -i -g @slow", | ||
"prepublish": "(echo '/*!' && <LICENSE sed -e's/^/ * /' | sed -e's/\\s+$//' && echo ' */' && browserify -p bundle-collapser/plugin -e lib/Insection -s com.one.insection) > insecetion.js" | ||
"prepublish": "(echo '/*!' && <LICENSE sed -e's/^/ * /' | sed -e's/\\s+$//' && echo ' */' && browserify -p bundle-collapser/plugin -e lib/Insection -s com.one.insection) > insection.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
# Insection | ||
A fast data structure that allows efficiently find all intervals that | ||
A data structure that allows efficiently to find all intervals that | ||
overlap with any given interval or point. | ||
@@ -5,0 +5,0 @@ |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
66779
16
1150