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

good-dag

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

good-dag - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "good-dag",
"version": "1.1.0",
"version": "1.1.1",
"description": "fast expandable directed acyclic graph using linked lists",

@@ -5,0 +5,0 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",

@@ -170,4 +170,4 @@ # good-dag

stick around for a long time, or if you just don't want to blow
more than 64kb per block: set `blockSize` to `65536`. Each
block will allocate 64kb.
more than 128kb per block: set `blockSize` to `65536`. Each
block will allocate 128kb.
- way more than 10m items (like billions), _and_ the DAG object

@@ -174,0 +174,0 @@ is going to stick around for a long time (like a long-lived

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