Socket
Socket
Sign inDemoInstall

@platform/fs.s3.types

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/fs.s3.types - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

8

lib/types.d.ts

@@ -55,3 +55,3 @@ /// <reference types="node" />

put(args: S3BucketPutArgs): Promise<S3PutResponse>;
post(args: S3BucketPostArgs): S3SignedPost;
post(args: S3SignedPostBucketArgs): S3SignedPost;
deleteOne(args: {

@@ -121,9 +121,9 @@ key: string;

};
export declare type S3SignedPostArgs = S3BucketPostArgs & {
export declare type S3SignedPostArgs = S3SignedPostBucketArgs & {
bucket: string;
};
export declare type S3BucketPostArgs = S3BucketPostOptions & {
export declare type S3SignedPostBucketArgs = S3SignedPostOptions & {
key: string;
};
export declare type S3BucketPostOptions = {
export declare type S3SignedPostOptions = {
acl?: S3Permissions;

@@ -130,0 +130,0 @@ contentType?: string;

{
"name": "@platform/fs.s3.types",
"version": "0.0.0",
"version": "0.0.1",
"description": "Types for the platform AWS/S3 library.",

@@ -5,0 +5,0 @@ "main": "lib/index",

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