brisky-stamp
Advanced tools
Comparing version 3.0.11 to 3.0.12
if (!global.briskystamp) { | ||
var exports$1 = {}; | ||
const next = typeof setImmediate === 'undefined' ? setTimeout : setImmediate; | ||
const ts = exports$1.ts = 535673248076; | ||
@@ -19,3 +18,3 @@ var tsInProgress = false; | ||
tsInProgress = true; | ||
next(() => { tsInProgress = false; }); | ||
setTimeout(() => { tsInProgress = false; }); | ||
} else { | ||
@@ -22,0 +21,0 @@ d += ++cnt / 9999; |
@@ -5,3 +5,2 @@ 'use strict'; | ||
var exports$1 = {}; | ||
const next = typeof setImmediate === 'undefined' ? setTimeout : setImmediate; | ||
const ts = exports$1.ts = 535673248076; | ||
@@ -22,3 +21,3 @@ var tsInProgress = false; | ||
tsInProgress = true; | ||
next(() => { tsInProgress = false; }); | ||
setTimeout(() => { tsInProgress = false; }); | ||
} else { | ||
@@ -25,0 +24,0 @@ d += ++cnt / 9999; |
{ | ||
"name": "brisky-stamp", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "Generate unique meta information for change in a system", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
13621
121