Comparing version 2.1.58 to 2.1.59
@@ -338,3 +338,3 @@ "use strict"; | ||
const baseArray = (0, _pvutils.utilToBase)(this.timestamp.valueOf(), 8); | ||
timeView.set(baseArray, 8 - baseArray.byteLength); | ||
timeView.set(new Uint8Array(baseArray), 8 - baseArray.byteLength); | ||
@@ -341,0 +341,0 @@ stream.appendView(timeView); |
@@ -101,4 +101,4 @@ { | ||
"name": "pkijs", | ||
"version": "2.1.58", | ||
"version": "2.1.59", | ||
"license": "MIT" | ||
} |
@@ -221,3 +221,3 @@ import * as asn1js from "asn1js"; | ||
const baseArray = utilToBase(this.timestamp.valueOf(), 8); | ||
timeView.set(baseArray, 8 - baseArray.byteLength); | ||
timeView.set(new Uint8Array(baseArray), 8 - baseArray.byteLength); | ||
@@ -224,0 +224,0 @@ stream.appendView(timeView); |
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
4062008