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

@dags/uid-uuid

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dags/uid-uuid - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

12

CHANGELOG.md

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

## [0.5.1](https://github.com/AlexanderLapygin/dags/compare/@dags/uid-uuid@0.5.0...@dags/uid-uuid@0.5.1) (2020-10-31)
### Bug Fixes
- rename UIDCounter to UIDLocal
([647d8d3](https://github.com/AlexanderLapygin/dags/commit/647d8d3adb001a255b0b3e58d87d4286380d95f9))
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.5.0](https://github.com/AlexanderLapygin/dags/compare/@dags/uid-uuid@0.4.1...@dags/uid-uuid@0.5.0) (2020-10-29)

@@ -8,0 +20,0 @@

2

dist/cjs/uid-uuid.js

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

/**
* Implements the UID interface that Dag requires.
* Implements the UID that Dag requires.
* @class Unique id

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

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

/**
* Implements the UID interface that Dag requires.
* Implements the UID that Dag requires.
* @class Unique id

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

import { UID } from '@dags/dag-base';
/**
* Implements the UID interface that Dag requires.
* Implements the UID that Dag requires.
* @class Unique id

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

{
"name": "@dags/uid-uuid",
"version": "0.5.0",
"version": "0.5.1",
"description": "UID that is implemented as UUID",

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

"devDependencies": {
"@dags/dag-base": "^0.2.0"
"@dags/dag-base": "^0.2.2"
},

@@ -55,3 +55,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "41b21b3b6698230911a5eb8a989e25301f337033"
"gitHead": "866b211f2226ce07b6dd9d3304c60c7f087fd45e"
}

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