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

autobase

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autobase - npm Package Compare versions

Comparing version 6.0.0-rc10 to 6.0.0-rc11

1

lib/topolist.js

@@ -111,3 +111,4 @@ const b4a = require('b4a')

const c = b4a.compare(a.writer.core.key, b.writer.core.key)
if (c !== 0 && a.version !== b.version) return b.version - a.version
return c === 0 ? a.length < b.length ? -1 : 1 : c
}

2

package.json
{
"name": "autobase",
"version": "6.0.0-rc10",
"version": "6.0.0-rc11",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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