Socket
Socket
Sign inDemoInstall

sorted-btree

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sorted-btree - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

b+tree.min.js

5

package.json
{
"name": "sorted-btree",
"version": "1.0.1",
"version": "1.0.2",
"description": "A list of key-value pairs kept sorted in a fast in-memory B+ tree with a powerful API, similar to Map.",

@@ -16,2 +16,3 @@ "main": "b+tree.js",

"b+tree.d.ts",
"b+tree.min.js",
"readme.md"

@@ -87,3 +88,3 @@ ],

"replace-import": [
"|./b+tree|$P/b+tree.min|",
"|./b\\+tree|$P/b+tree.min|",
"|..?|$P|",

@@ -90,0 +91,0 @@ "|..?([/\\\\].*)|$P$1|"

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