You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithy/core

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/core - npm Package Compare versions

Comparing version
3.18.7
to
3.19.0
+10
-8
package.json
{
"name": "@smithy/core",
"version": "3.18.7",
"version": "3.19.0",
"scripts": {

@@ -17,3 +17,5 @@ "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"test": "yarn g:vitest run",
"test:watch": "yarn g:vitest watch"
"test:watch": "yarn g:vitest watch",
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
},

@@ -81,9 +83,9 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@smithy/middleware-serde": "^4.2.6",
"@smithy/protocol-http": "^5.3.5",
"@smithy/types": "^4.9.0",
"@smithy/middleware-serde": "^4.2.7",
"@smithy/protocol-http": "^5.3.6",
"@smithy/types": "^4.10.0",
"@smithy/util-base64": "^4.3.0",
"@smithy/util-body-length-browser": "^4.2.0",
"@smithy/util-middleware": "^4.2.5",
"@smithy/util-stream": "^4.5.6",
"@smithy/util-middleware": "^4.2.6",
"@smithy/util-stream": "^4.5.7",
"@smithy/util-utf8": "^4.2.0",

@@ -123,3 +125,3 @@ "@smithy/uuid": "^1.1.0",

"devDependencies": {
"@smithy/eventstream-serde-node": "^4.2.5",
"@smithy/eventstream-serde-node": "^4.2.6",
"@types/node": "^18.11.9",

@@ -126,0 +128,0 @@ "concurrently": "7.0.0",