Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
5
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version 1.0.0-gamma.5 to 1.0.0-gamma.6

8

dist/cjs/logger.d.ts

@@ -22,6 +22,6 @@ /**

export interface Logger {
log(content: string): void;
info(content: string): void;
warn(content: string): void;
error(content: string): void;
debug(content: object): void;
info(content: object): void;
warn(content: object): void;
error(content: object): void;
}

@@ -315,3 +315,3 @@ import { Logger } from "./logger";

*/
logger: Logger;
logger?: Logger;
[key: string]: any;

@@ -318,0 +318,0 @@ }

@@ -22,6 +22,6 @@ /**

export interface Logger {
log(content: string): void;
info(content: string): void;
warn(content: string): void;
error(content: string): void;
debug(content: object): void;
info(content: object): void;
warn(content: object): void;
error(content: object): void;
}

@@ -315,3 +315,3 @@ import { Logger } from "./logger";

*/
logger: Logger;
logger?: Logger;
[key: string]: any;

@@ -318,0 +318,0 @@ }

{
"name": "@aws-sdk/types",
"version": "1.0.0-gamma.5",
"version": "1.0.0-gamma.6",
"main": "./dist/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/es/index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc