Comparing version 2.1.41 to 2.1.42
@@ -232,3 +232,3 @@ "use strict"; | ||
var convertBufferView = new Uint8Array(convertBuffer); | ||
view.set(1, convertBufferView); | ||
view.set(convertBufferView, 1); | ||
@@ -235,0 +235,0 @@ this.privateKey = new asn1js.OctetString({ valueHex: buffer }); |
@@ -84,4 +84,4 @@ { | ||
"name": "pkijs", | ||
"version": "2.1.41", | ||
"version": "2.1.42", | ||
"license": "MIT" | ||
} |
@@ -316,3 +316,3 @@ import * as asn1js from "asn1js"; | ||
const convertBufferView = new Uint8Array(convertBuffer); | ||
view.set(1, convertBufferView); | ||
view.set(convertBufferView, 1); | ||
@@ -319,0 +319,0 @@ this.privateKey = new asn1js.OctetString({ valueHex: buffer }); |
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
4094948