@aws-crypto/serialize
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -43,3 +43,3 @@ "use strict"; | ||
const rLength = r.byteLength(); | ||
const sLength = r.byteLength(); | ||
const sLength = s.byteLength(); | ||
return concat_buffers_1.concatBuffers(new Uint8Array(_keyLengthBytes - rLength), r.toArrayLike(Uint8Array), new Uint8Array(_keyLengthBytes - sLength), s.toArrayLike(Uint8Array)); | ||
@@ -46,0 +46,0 @@ } |
@@ -37,3 +37,3 @@ // Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. | ||
const rLength = r.byteLength(); | ||
const sLength = r.byteLength(); | ||
const sLength = s.byteLength(); | ||
return concatBuffers(new Uint8Array(_keyLengthBytes - rLength), r.toArrayLike(Uint8Array), new Uint8Array(_keyLengthBytes - sLength), s.toArrayLike(Uint8Array)); | ||
@@ -40,0 +40,0 @@ } |
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.3.1](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.3.0...v2.3.1) (2021-07-01) | ||
### Bug Fixes | ||
* der2raw sLength is s byte length ([#634](https://github.com/aws/aws-encryption-sdk-javascript/issues/634)) ([46cd178](https://github.com/aws/aws-encryption-sdk-javascript/commit/46cd1789744064679a294f49c21ec05f95057b82)) | ||
# [2.3.0](https://github.com/aws/aws-encryption-sdk-javascript/compare/v2.2.1...v2.3.0) (2021-06-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-crypto/serialize", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json", | ||
], | ||
"gitHead": "0299aae7c074114a6bfb8e8a2f7cd86b419d5658" | ||
"gitHead": "48835947fb654dca5cb5b2727235d1880bf002a2" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
440820
0