asyncronaut
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -84,3 +84,3 @@ "use strict"; | ||
withUniqueId() { | ||
const id = Math.round(Math.random() ** 32) | ||
const id = Math.round(Math.random() * 2 ** 32) | ||
.toString(16) | ||
@@ -87,0 +87,0 @@ .padStart(8, '0'); |
@@ -78,3 +78,3 @@ import createLogger from 'debug'; | ||
withUniqueId() { | ||
const id = Math.round(Math.random() ** 32) | ||
const id = Math.round(Math.random() * 2 ** 32) | ||
.toString(16) | ||
@@ -81,0 +81,0 @@ .padStart(8, '0'); |
{ | ||
"name": "asyncronaut", | ||
"private": false, | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "A collection of modules for working with common async tasks in node and the browser.", | ||
@@ -6,0 +6,0 @@ "main": "dist/cjs/index.js", |
@@ -146,3 +146,3 @@ import createLogger from 'debug'; | ||
withUniqueId(): Timer { | ||
const id = Math.round(Math.random() ** 32) | ||
const id = Math.round(Math.random() * 2 ** 32) | ||
.toString(16) | ||
@@ -149,0 +149,0 @@ .padStart(8, '0'); |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1811748