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.7.0
to
4.7.1
+1
-1
dist-types/schema/static-schemas.d.ts

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

*/
export type StaticSimpleSchema = [StaticSchemaIdSimple, ShapeNamespace, ShapeName, SchemaRef, SchemaTraits];
export type StaticSimpleSchema = [StaticSchemaIdSimple, ShapeNamespace, ShapeName, SchemaTraits, SchemaRef];
/**

@@ -44,0 +44,0 @@ * @alpha

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

ShapeName,
SchemaRef,
SchemaTraits
SchemaTraits,
SchemaRef
];

@@ -49,0 +49,0 @@ /**

{
"name": "@smithy/types",
"version": "4.7.0",
"version": "4.7.1",
"scripts": {

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