Socket
Socket
Sign inDemoInstall

@smithy/types

Package Overview
Dependencies
Maintainers
2
Versions
36
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 2.4.0 to 2.5.0

dist-cjs/auth/auth.js

2

dist-cjs/identity/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./apiKeyIdentity"), exports);
tslib_1.__exportStar(require("./awsCredentialIdentity"), exports);
tslib_1.__exportStar(require("./identity"), exports);
tslib_1.__exportStar(require("./tokenIdentity"), exports);

@@ -0,2 +1,4 @@

export * from "./apiKeyIdentity";
export * from "./awsCredentialIdentity";
export * from "./identity";
export * from "./tokenIdentity";

2

dist-types/endpoint.d.ts

@@ -1,2 +0,2 @@

import { AuthScheme } from "./auth";
import { AuthScheme } from "./auth/auth";
/**

@@ -3,0 +3,0 @@ * @public

@@ -0,2 +1,4 @@

export * from "./apiKeyIdentity";
export * from "./awsCredentialIdentity";
export * from "./identity";
export * from "./tokenIdentity";

@@ -1,2 +0,2 @@

import { AuthScheme, HttpAuthDefinition } from "./auth";
import { AuthScheme, HttpAuthDefinition } from "./auth/auth";
import { EndpointV2 } from "./endpoint";

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

@@ -1,2 +0,2 @@

import { AuthScheme } from "./auth";
import { AuthScheme } from "./auth/auth";
/**

@@ -3,0 +3,0 @@ * @public

@@ -0,2 +1,4 @@

export * from "./apiKeyIdentity";
export * from "./awsCredentialIdentity";
export * from "./identity";
export * from "./tokenIdentity";

@@ -1,2 +0,2 @@

import { AuthScheme, HttpAuthDefinition } from "./auth";
import { AuthScheme, HttpAuthDefinition } from "./auth/auth";
import { EndpointV2 } from "./endpoint";

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

{
"name": "@smithy/types",
"version": "2.4.0",
"version": "2.5.0",
"scripts": {

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

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