Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@block65/kms-jsonwebtoken

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@block65/kms-jsonwebtoken - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+1
-6
dist/aws-crypto.js

@@ -19,8 +19,3 @@ "use strict";

}
if (!Buffer.isBuffer(signatureResult.Signature)) {
throw new error_1.KmsJsonWebTokenError('Incompatible signature').debug({
signatureResult,
});
}
return signatureResult.Signature;
return Buffer.from(signatureResult.Signature);
}

@@ -27,0 +22,0 @@ exports.asymmetricSign = asymmetricSign;

+1
-1
{
"name": "@block65/kms-jsonwebtoken",
"version": "2.1.0",
"version": "2.1.1",
"private": false,

@@ -5,0 +5,0 @@ "license": "UNLICENSED",