Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-crypto/serialize

Package Overview
Dependencies
Maintainers
9
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/serialize - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

build/main/ecdsa_signature.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc