Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dags/dag

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dags/dag - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

dist/cjs/__tests__/dag.js

2

package.json
{
"name": "@dags/dag",
"version": "0.6.4",
"version": "0.6.5",
"description": "Directed Acyclic Graph implementation",

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

@@ -29,5 +29,5 @@ # Directed Acyclic Graph with global identification

```ts
import { DagGlobal } from '@dags/core'
import { Dag } from '@dags/core'
const dag = new DagGlobal()
const dag = new Dag()

@@ -34,0 +34,0 @@ const parent = dag.newNode()

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