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.1.3 to 0.1.4

2

lib/types.d.ts

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

key: string;
metaOnly?: boolean;
}): Promise<S3GetResponse>;

@@ -53,2 +54,3 @@ put(args: S3PutArgs): Promise<S3PutResponse>;

key: string;
metaOnly?: boolean;
}): Promise<S3GetResponse>;

@@ -55,0 +57,0 @@ put(args: S3BucketPutArgs): Promise<S3PutResponse>;

4

package.json
{
"name": "@platform/fs.s3.types",
"version": "0.1.3",
"version": "0.1.4",
"description": "Types for the platform AWS/S3 library.",

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

"dependencies": {
"@platform/types": "0.3.5"
"@platform/types": "0.3.6"
},

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

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