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

hypercore

Package Overview
Dependencies
Maintainers
2
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypercore - npm Package Compare versions

Comparing version 11.0.8 to 11.0.9

5

lib/remote-bitfield.js

@@ -206,3 +206,4 @@ const BigSparseArray = require('big-sparse-array')

const last = Math.min(end, BITS_PER_PAGE)
const offset = p.index * BITS_PER_PAGE
const last = Math.min(end - offset, BITS_PER_PAGE)
const range = last - j

@@ -214,3 +215,3 @@

i++
end -= range
start += range
}

@@ -217,0 +218,0 @@ }

2

package.json
{
"name": "hypercore",
"version": "11.0.8",
"version": "11.0.9",
"description": "Hypercore is a secure, distributed append-only log",

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