@zip.js/zip.js
Advanced tools
Comparing version 2.3.6 to 2.3.7
@@ -535,3 +535,3 @@ /* | ||
function getDateNTFS(timeRaw) { | ||
return new Date((Number((timeRaw / 10000n) - 11644473600000n))); | ||
return new Date((Number((timeRaw / BigInt(10000)) - BigInt(11644473600000)))); | ||
} | ||
@@ -538,0 +538,0 @@ |
@@ -717,3 +717,3 @@ /* | ||
if (date) { | ||
return ((BigInt(date.getTime()) + 11644473600000n) * 10000n); | ||
return ((BigInt(date.getTime()) + BigInt(11644473600000)) * BigInt(10000)); | ||
} | ||
@@ -720,0 +720,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"type": "module", | ||
@@ -9,0 +9,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
2396112