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.0 to 0.1.1

9

lib/types.d.ts

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

export declare type S3 = {
toMimetype(key: string, defaultType?: string): string;
endpoint: string;

@@ -88,8 +87,6 @@ url(bucket: string, path?: string): S3Url;

modifiedAt: number;
etag?: string;
etag: string;
error?: Error;
content: {
type: string;
length: number;
};
contentType: string;
bytes: number;
data?: Buffer;

@@ -96,0 +93,0 @@ json: Json;

{
"name": "@platform/fs.s3.types",
"version": "0.1.0",
"version": "0.1.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