Huge News!Announcing our $40M Series B led by Abstract Ventures.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.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/uid-uuid@0.2.14...@dags/uid-uuid@0.4.0) (2020-10-26)
### Features
* bump uid-uuid and uid-counter versions ([aa2026f](https://github.com/AlexanderLapygin/dags/commit/aa2026f360b758025929cb7184d71c68c719c76f))
* expand dependency range ([f5dc0c5](https://github.com/AlexanderLapygin/dags/commit/f5dc0c5e18d052eae5f5ef952472ec0f2ae5dfc5))
* remove newUID methods from uid-uuid and uid-counter ([50e90c7](https://github.com/AlexanderLapygin/dags/commit/50e90c77fd88e44870b36e675875bbfa42c8811e))
## [0.2.14](https://github.com/AlexanderLapygin/dags/compare/@dags/uid-uuid@0.2.13...@dags/uid-uuid@0.2.14) (2020-10-09)

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

0

dist/types/__tests__/uid-uuid.test.d.ts
export {};
export * from './uid-uuid';

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

6

package.json
{
"name": "@dags/uid-uuid",
"version": "0.3.0",
"version": "0.4.0",
"description": "Abstract unique identifier",

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

"devDependencies": {
"@dags/dag": "^0.x"
"@dags/dag": "^0.4.0"
},

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

"sideEffects": false,
"gitHead": "aa2026f360b758025929cb7184d71c68c719c76f"
"gitHead": "7f938134851060dfdc278b18e62d7320185ae112"
}
# A TypeScript library for generating UIDs, which is implemented as uuid.
This library is based on [uuid](https://github.com/uuidjs/uuid) implementation to support global uniqueness.

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