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

autobase

Package Overview
Dependencies
Maintainers
3
Versions
91
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 to 6.0.1

8

index.js

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

const record = await this.getUserData('autobase/system')
if (record !== null) this.emit('reindexing')
if (record !== null) {
this.reindexing = true
this.emit('reindexing')
}
}

@@ -382,5 +385,2 @@

// set reindexing for initial bump
this.reindexing = true
// queue a full bump that handles wakeup etc (not legal to wait for that here)

@@ -387,0 +387,0 @@ this._queueBump()

{
"name": "autobase",
"version": "6.0.0",
"version": "6.0.1",
"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