Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@smithy/types

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/types - npm Package Compare versions

Comparing version
4.11.0
to
4.12.0
+4
-2
dist-types/schema/static-schemas.d.ts

@@ -63,3 +63,4 @@ import type { $SchemaRef, SchemaTraits } from "../schema/schema";

string[],
$SchemaRef[]
$SchemaRef[],
number?
];

@@ -86,3 +87,4 @@ /**

string[],
$SchemaRef[]
$SchemaRef[],
number?
];

@@ -89,0 +91,0 @@ /**

@@ -82,3 +82,4 @@ import { $SchemaRef, SchemaTraits } from "../schema/schema";

string[],
$SchemaRef[]
$SchemaRef[],
number?
];

@@ -105,3 +106,4 @@ /**

string[],
$SchemaRef[]
$SchemaRef[],
number?
];

@@ -108,0 +110,0 @@ /**

{
"name": "@smithy/types",
"version": "4.11.0",
"version": "4.12.0",
"scripts": {

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

"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"rimraf": "5.0.10",
"typedoc": "0.23.23"

@@ -55,0 +55,0 @@ },