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

uuidjs

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuidjs - npm Package Compare versions

Comparing version 4.2.13 to 4.2.14

8

package.json
{
"name": "uuidjs",
"version": "4.2.13",
"version": "4.2.14",
"title": "UUID.js",

@@ -44,5 +44,5 @@ "description": "RFC-compliant UUID Generator for JavaScript",

"devDependencies": {
"jsdoc": "^4.0.0",
"qunit": "^2.19.3",
"typescript": "^4.9.4"
"jsdoc": "^4.0.3",
"qunit": "^2.20.1",
"typescript": "^5.4.5"
},

@@ -49,0 +49,0 @@ "browser": {

@@ -34,3 +34,3 @@ # UUID.js - RFC-compliant UUID Generator for JavaScript

UUID.js is a JavaScript/ECMAScript library to generate RFC 4122 compliant
UUID.js is a JavaScript/ECMAScript library to generate RFC 4122/9562 compliant
Universally Unique IDentifiers (UUIDs). This library supports both version 4

@@ -136,3 +136,3 @@ UUIDs (UUIDs from random numbers) and version 1 UUIDs (time-based UUIDs), and

Copyright (c) 2010-2023 LiosK
Copyright (c) 2010-2024 LiosK

@@ -156,3 +156,3 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use

- [RFC 4122](https://www.ietf.org/rfc/rfc4122.txt)
- [RFC 9562](https://www.rfc-editor.org/rfc/rfc9562)
- [GitHub Repository](https://github.com/LiosK/UUID.js)

@@ -159,0 +159,0 @@ - [npm Package](https://www.npmjs.com/package/uuidjs)

@@ -6,4 +6,4 @@ /**

* @author LiosK
* @version v4.2.13
* @license Apache License 2.0: Copyright (c) 2010-2023 LiosK
* @version v4.2.14
* @license Apache License 2.0: Copyright (c) 2010-2024 LiosK
*/

@@ -370,8 +370,5 @@

/**
* Creates a version 6 {@link UUID} object. This function is experimentally
* provided based on the draft RFC and may be changed or removed in the future
* without conforming to semantic versioning requirements.
* Creates a version 6 {@link UUID} object.
* @returns {UUID} Version 6 {@link UUID} object.
* @since v4.2.13
* @experimental
*/

@@ -378,0 +375,0 @@ UUID.genV6 = function() {

@@ -69,3 +69,2 @@ /** @deprecated Use class-based API */

* @since v4.2.13
* @experimental
*/

@@ -72,0 +71,0 @@ static genV6(): UUIDClass;

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