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.1.6 to 6.1.7

5

index.js

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

await core.ready()
indexers.push({ core, length })
indexers.push({ key, core, length })
}

@@ -1501,4 +1501,5 @@

for (const { core, length } of indexers) {
for (const { key, core, length } of indexers) {
if (core.length === 0 && length > 0) promises.push(core.get(length - 1, { timeout }))
promises.push(system.get(key))
}

@@ -1505,0 +1506,0 @@

2

package.json
{
"name": "autobase",
"version": "6.1.6",
"version": "6.1.7",
"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