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.5 to 0.1.7

6

lib/types.d.ts

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

export declare type S3SignedUrlGetObjectOptions = {
seconds?: number;
expires?: string;
};

@@ -74,3 +74,3 @@ export declare type S3SignedUrlPutObjectArgs = S3SignedUrlPutObjectOptions & {

export declare type S3SignedUrlPutObjectOptions = {
seconds?: number;
expires?: string;
body?: Buffer;

@@ -130,3 +130,3 @@ md5?: string;

size?: S3ByteSizeRange;
seconds?: number;
expires?: string;
};

@@ -133,0 +133,0 @@ export declare type S3SignedPostUrl = {

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

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

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

@@ -19,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