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
137
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

to
6.0.20

2

index.js

@@ -1527,2 +1527,4 @@ const b4a = require('b4a')

if (this.localWriter) this.localWriter.reset()
await this._makeLinearizer(this.system)

@@ -1529,0 +1531,0 @@ await this._advanceBootRecord(length)

@@ -106,2 +106,13 @@ const Linearizer = require('./linearizer')

reset () {
this.pause()
this.updated = false
this.node = null
this.nodes = new NodeBuffer(this.length)
this.available = this.length
this.seenLength = this.length
}
get indexed () {

@@ -108,0 +119,0 @@ return this.nodes.offset

2

package.json
{
"name": "autobase",
"version": "6.0.19",
"version": "6.0.20",
"description": "",

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