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.3.0 to 0.4.0

14

CHANGELOG.md

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

# [0.4.0](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.12...@dags/dag@0.4.0) (2020-10-26)
### Features
* reimplement according to constructor interface ([49b2418](https://github.com/AlexanderLapygin/dags/commit/49b2418e12f4813c43bd5534b5560512ac5cc148))
* remove newUID method of Dag ([d68c45b](https://github.com/AlexanderLapygin/dags/commit/d68c45b00c7601b40cc661202e3d2a30af8b768b))
* remove newUID methods from uid-uuid and uid-counter ([50e90c7](https://github.com/AlexanderLapygin/dags/commit/50e90c77fd88e44870b36e675875bbfa42c8811e))
## [0.2.12](https://github.com/AlexanderLapygin/dags/compare/@dags/dag@0.2.11...@dags/dag@0.2.12) (2020-10-05)

@@ -8,0 +22,0 @@

0

dist/cjs/dag.js

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ 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; }

@@ -0,0 +0,0 @@ import { UID } from '../dag';

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

export * from './dag';

4

package.json
{
"name": "@dags/dag",
"version": "0.3.0",
"version": "0.4.0",
"description": "Core DAG code",

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

"sideEffects": false,
"gitHead": "50e90c77fd88e44870b36e675875bbfa42c8811e"
"gitHead": "7f938134851060dfdc278b18e62d7320185ae112"
}
# This library implements a Direct Acyclic Graph (DAG) in TypeScript.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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