Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web-lite/storage

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web-lite/storage - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@web-lite/storage",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript client for Weblite S3 Storage",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

@@ -52,3 +52,3 @@ # Weblite Storage Client

const uploadImage = async (image: File): Promise<void> => {
const { fileId } = await storage.upload(file, {
const { fileId } = await storage.upload(image, {
type: 'image',

@@ -55,0 +55,0 @@ compression: { quality: 0.5 },

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