@smithy/core
Advanced tools
+10
-8
| { | ||
| "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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
446055
0.03%Updated
Updated
Updated