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

insection

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insection - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"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 @@

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