Socket
Socket
Sign inDemoInstall

@aws-sdk/eventstream-codec

Package Overview
Dependencies
4
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.292.0 to 3.295.0

24

dist-types/Message.d.ts

@@ -11,17 +11,17 @@ import { Int64 } from "./Int64";

}
export declare type MessageHeaders = Record<string, MessageHeaderValue>;
declare type HeaderValue<K extends string, V> = {
export type MessageHeaders = Record<string, MessageHeaderValue>;
type HeaderValue<K extends string, V> = {
type: K;
value: V;
};
export declare type BooleanHeaderValue = HeaderValue<"boolean", boolean>;
export declare type ByteHeaderValue = HeaderValue<"byte", number>;
export declare type ShortHeaderValue = HeaderValue<"short", number>;
export declare type IntegerHeaderValue = HeaderValue<"integer", number>;
export declare type LongHeaderValue = HeaderValue<"long", Int64>;
export declare type BinaryHeaderValue = HeaderValue<"binary", Uint8Array>;
export declare type StringHeaderValue = HeaderValue<"string", string>;
export declare type TimestampHeaderValue = HeaderValue<"timestamp", Date>;
export declare type UuidHeaderValue = HeaderValue<"uuid", string>;
export declare type MessageHeaderValue = BooleanHeaderValue | ByteHeaderValue | ShortHeaderValue | IntegerHeaderValue | LongHeaderValue | BinaryHeaderValue | StringHeaderValue | TimestampHeaderValue | UuidHeaderValue;
export type BooleanHeaderValue = HeaderValue<"boolean", boolean>;
export type ByteHeaderValue = HeaderValue<"byte", number>;
export type ShortHeaderValue = HeaderValue<"short", number>;
export type IntegerHeaderValue = HeaderValue<"integer", number>;
export type LongHeaderValue = HeaderValue<"long", Int64>;
export type BinaryHeaderValue = HeaderValue<"binary", Uint8Array>;
export type StringHeaderValue = HeaderValue<"string", string>;
export type TimestampHeaderValue = HeaderValue<"timestamp", Date>;
export type UuidHeaderValue = HeaderValue<"uuid", string>;
export type MessageHeaderValue = BooleanHeaderValue | ByteHeaderValue | ShortHeaderValue | IntegerHeaderValue | LongHeaderValue | BinaryHeaderValue | StringHeaderValue | TimestampHeaderValue | UuidHeaderValue;
export {};

@@ -6,17 +6,17 @@ import { Int64 } from "./Int64";

}
export declare type MessageHeaders = Record<string, MessageHeaderValue>;
declare type HeaderValue<K extends string, V> = {
export type MessageHeaders = Record<string, MessageHeaderValue>;
type HeaderValue<K extends string, V> = {
type: K;
value: V;
};
export declare type BooleanHeaderValue = HeaderValue<"boolean", boolean>;
export declare type ByteHeaderValue = HeaderValue<"byte", number>;
export declare type ShortHeaderValue = HeaderValue<"short", number>;
export declare type IntegerHeaderValue = HeaderValue<"integer", number>;
export declare type LongHeaderValue = HeaderValue<"long", Int64>;
export declare type BinaryHeaderValue = HeaderValue<"binary", Uint8Array>;
export declare type StringHeaderValue = HeaderValue<"string", string>;
export declare type TimestampHeaderValue = HeaderValue<"timestamp", Date>;
export declare type UuidHeaderValue = HeaderValue<"uuid", string>;
export declare type MessageHeaderValue =
export type BooleanHeaderValue = HeaderValue<"boolean", boolean>;
export type ByteHeaderValue = HeaderValue<"byte", number>;
export type ShortHeaderValue = HeaderValue<"short", number>;
export type IntegerHeaderValue = HeaderValue<"integer", number>;
export type LongHeaderValue = HeaderValue<"long", Int64>;
export type BinaryHeaderValue = HeaderValue<"binary", Uint8Array>;
export type StringHeaderValue = HeaderValue<"string", string>;
export type TimestampHeaderValue = HeaderValue<"timestamp", Date>;
export type UuidHeaderValue = HeaderValue<"uuid", string>;
export type MessageHeaderValue =
| BooleanHeaderValue

@@ -23,0 +23,0 @@ | ByteHeaderValue

@@ -11,3 +11,3 @@ import { Message } from "./Message";

}
export declare type TestVector = NegativeTestVector | PositiveTestVector;
export declare type TestVectors = Record<string, TestVector>;
export type TestVector = NegativeTestVector | PositiveTestVector;
export type TestVectors = Record<string, TestVector>;

@@ -11,3 +11,3 @@ import { Message } from "./Message";

}
export declare type TestVector = NegativeTestVector | PositiveTestVector;
export declare type TestVectors = Record<string, TestVector>;
export type TestVector = NegativeTestVector | PositiveTestVector;
export type TestVectors = Record<string, TestVector>;
{
"name": "@aws-sdk/eventstream-codec",
"version": "3.292.0",
"version": "3.295.0",
"scripts": {

@@ -24,8 +24,8 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/crc32": "3.0.0",
"@aws-sdk/types": "3.292.0",
"@aws-sdk/util-hex-encoding": "3.292.0",
"tslib": "^2.3.1"
"@aws-sdk/types": "3.295.0",
"@aws-sdk/util-hex-encoding": "3.295.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/util-utf8": "3.292.0",
"@aws-sdk/util-utf8": "3.295.0",
"@tsconfig/recommended": "1.0.1",

@@ -37,3 +37,3 @@ "@types/node": "^14.14.31",

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -40,0 +40,0 @@ "typesVersions": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc