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.5 to 6.1.6

7

lib/extension.js

@@ -53,8 +53,3 @@ const c = require('compact-encoding')

if (w.isIndexer || w.flushed()) continue
const value = version === 0
? w.core.key
: { key: w.core.key, length: w.length }
writers.push(value)
writers.push({ key: w.core.key, length: w.length })
}

@@ -61,0 +56,0 @@

2

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