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.12.1
to
4.13.0
+1
-1
dist-types/extensions/checksum.d.ts

@@ -17,3 +17,3 @@ import type { ChecksumConstructor } from "../checksum";

export interface ChecksumAlgorithm {
algorithmId(): AlgorithmId;
algorithmId(): AlgorithmId | string;
checksumConstructor(): ChecksumConstructor | HashConstructor;

@@ -20,0 +20,0 @@ }

@@ -17,3 +17,3 @@ import { ChecksumConstructor } from "../checksum";

export interface ChecksumAlgorithm {
algorithmId(): AlgorithmId;
algorithmId(): AlgorithmId | string;
checksumConstructor(): ChecksumConstructor | HashConstructor;

@@ -20,0 +20,0 @@ }

{
"name": "@smithy/types",
"version": "4.12.1",
"version": "4.13.0",
"scripts": {

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