Comparing version 4.2.13 to 4.2.14
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
0
38743
655