Socket
Socket
Sign inDemoInstall

@platform/fs.s3.types

Package Overview
Dependencies
10
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

5

lib/types.d.ts
/// <reference types="node" />
import { Json } from '@platform/types';
declare type IHttpHeaders = {
[key: string]: string | number;
};
import { IHttpHeaders } from '@platform/http.types';
export declare type S3Config = {

@@ -201,2 +199,1 @@ accessKey: string;

};
export {};
{
"name": "@platform/fs.s3.types",
"version": "0.1.4",
"version": "0.1.5",
"description": "Types for the platform AWS/S3 library.",

@@ -15,3 +15,4 @@ "main": "lib/index",

"dependencies": {
"@platform/types": "0.3.6"
"@platform/http.types": "0.0.1",
"@platform/types": "0.4.0"
},

@@ -18,0 +19,0 @@ "devDependencies": {

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