@actually_connor/uuid
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -69,2 +69,8 @@ /// <reference types="node" /> | ||
/** | ||
* Returns a buffer array representation of the UUID | ||
* | ||
* @return {Buffer} | ||
*/ | ||
getBuffer(): Buffer; | ||
/** | ||
* Returns a version 4 (random) UUID | ||
@@ -71,0 +77,0 @@ * |
@@ -129,2 +129,12 @@ "use strict"; | ||
/** | ||
* Returns a buffer array representation of the UUID | ||
* | ||
* @return {Buffer} | ||
*/ | ||
getBuffer() { | ||
return (0, util_1.fromStringToBuffer)((0, uuid_1.stringify)(this.uuid)); | ||
} | ||
/** | ||
* Returns a version 4 (random) UUID | ||
@@ -131,0 +141,0 @@ * |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -12,2 +13,3 @@ * A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard | ||
getBytes(): string; | ||
getBuffer(): Buffer; | ||
} |
@@ -69,2 +69,8 @@ /// <reference types="node" /> | ||
/** | ||
* Returns a buffer array representation of the UUID | ||
* | ||
* @return {Buffer} | ||
*/ | ||
getBuffer(): Buffer; | ||
/** | ||
* Returns a version 4 (random) UUID | ||
@@ -71,0 +77,0 @@ * |
@@ -129,2 +129,12 @@ "use strict"; | ||
/** | ||
* Returns a buffer array representation of the UUID | ||
* | ||
* @return {Buffer} | ||
*/ | ||
getBuffer() { | ||
return (0, util_1.fromStringToBuffer)((0, uuid_1.stringify)(this.uuid)); | ||
} | ||
/** | ||
* Returns a version 4 (random) UUID | ||
@@ -131,0 +141,0 @@ * |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -12,2 +13,3 @@ * A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard | ||
getBytes(): string; | ||
getBuffer(): Buffer; | ||
} |
@@ -69,2 +69,8 @@ /// <reference types="node" /> | ||
/** | ||
* Returns a buffer array representation of the UUID | ||
* | ||
* @return {Buffer} | ||
*/ | ||
getBuffer(): Buffer; | ||
/** | ||
* Returns a version 4 (random) UUID | ||
@@ -71,0 +77,0 @@ * |
@@ -129,2 +129,12 @@ "use strict"; | ||
/** | ||
* Returns a buffer array representation of the UUID | ||
* | ||
* @return {Buffer} | ||
*/ | ||
getBuffer() { | ||
return (0, util_1.fromStringToBuffer)((0, uuid_1.stringify)(this.uuid)); | ||
} | ||
/** | ||
* Returns a version 4 (random) UUID | ||
@@ -131,0 +141,0 @@ * |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -12,2 +13,3 @@ * A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard | ||
getBytes(): string; | ||
getBuffer(): Buffer; | ||
} |
{ | ||
"name": "@actually_connor/uuid", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "A JavaScript library that provides a 'ramsey/uuid'-like interface for the uuid package", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
36643
1014