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

@cocreate/uuid

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/uuid - npm Package Compare versions

Comparing version 1.11.5 to 1.11.6

7

CHANGELOG.md

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

## [1.11.6](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.11.5...v1.11.6) (2024-07-09)
### Bug Fixes
* remove commented and dead code ([50b10aa](https://github.com/CoCreate-app/CoCreate-uuid/commit/50b10aaa04b6621dc669f69ab25398ea532e4323))
## [1.11.5](https://github.com/CoCreate-app/CoCreate-uuid/compare/v1.11.4...v1.11.5) (2024-06-23)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cocreate/uuid",
"version": "1.11.5",
"version": "1.11.6",
"description": "A simple uuid component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

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

// export function randomId() {
// const uint32 = window.crypto.getRandomValues(new Uint32Array(1))[0];
// return uint32.toString(16);
// }

@@ -6,0 +2,0 @@ (function (root, factory) {

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