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.2.8-rc.0 to 0.2.8

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.2.8](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.8-rc.0...@dags/dag@0.2.8) (2020-10-02)
**Note:** Version bump only for package @dags/dag
## [0.2.8-rc.0](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.7...@dags/dag@0.2.8-rc.0) (2020-10-02)

@@ -8,0 +16,0 @@

2

dist/cjs/dag.js

@@ -67,3 +67,3 @@ "use strict";

/**
* Create new node of this graph
* Create new node of this graph.
* @return {UID} uid of the new node

@@ -70,0 +70,0 @@ */

@@ -54,3 +54,3 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

/**
* Create new node of this graph
* Create new node of this graph.
* @return {UID} uid of the new node

@@ -57,0 +57,0 @@ */

@@ -51,3 +51,3 @@ /**

/**
* Create new node of this graph
* Create new node of this graph.
* @return {UID} uid of the new node

@@ -54,0 +54,0 @@ */

{
"name": "@dags/dag",
"version": "0.2.8-rc.0",
"version": "0.2.8",
"description": "Core DAG code",

@@ -43,3 +43,3 @@ "main": "dist/cjs/index.js",

"sideEffects": false,
"gitHead": "f2e0b264c22826f3852aa08ac39541d6cf95bb3f"
"gitHead": "ff8c2ad45e338835bfca619ebfe5684f7986268d"
}

@@ -1,1 +0,1 @@

# This library implements Direct Acyclic Graph in TypeScript
# This library implements Direct Acyclic Graph in TypeScript.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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