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

@aws-crypto/serialize

Package Overview
Dependencies
Maintainers
2
Versions
29
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
4.2.2
to
5.0.0
+11
-3
package.json
{
"name": "@aws-crypto/serialize",
"version": "4.2.2",
"version": "5.0.0",
"scripts": {

@@ -20,3 +20,3 @@ "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",

"dependencies": {
"@aws-crypto/material-management": "^4.2.2",
"@aws-crypto/material-management": "^5.0.0",
"asn1.js": "^5.3.0",

@@ -27,2 +27,5 @@ "bn.js": "^5.2.3",

},
"devDependencies": {
"@types/uuid": "^10.0.0"
},
"sideEffects": false,

@@ -35,3 +38,8 @@ "main": "./build/main/src/index.js",

],
"gitHead": "fcaf49f31821f8453f8ad34e9766efd39084c5ca"
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
"directory": "modules/serialize"
},
"gitHead": "7074e37b58a32b0d4df54772d98f30c64ef5bb90"
}