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

@supabase/storage-js

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/storage-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/main/lib/StorageFileApi.d.ts

@@ -15,3 +15,3 @@ import { FetchParameters } from './fetch';

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param file The File object to be stored in the bucket.

@@ -29,3 +29,3 @@ * @param fileOptions HTTP headers. For example `cacheControl`

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload.
* @param file The file object to be stored in the bucket.

@@ -32,0 +32,0 @@ * @param fileOptions HTTP headers. For example `cacheControl`

@@ -35,3 +35,3 @@ "use strict";

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param file The File object to be stored in the bucket.

@@ -73,3 +73,3 @@ * @param fileOptions HTTP headers. For example `cacheControl`

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload.
* @param file The file object to be stored in the bucket.

@@ -76,0 +76,0 @@ * @param fileOptions HTTP headers. For example `cacheControl`

@@ -15,3 +15,3 @@ import { FetchParameters } from './fetch';

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param file The File object to be stored in the bucket.

@@ -29,3 +29,3 @@ * @param fileOptions HTTP headers. For example `cacheControl`

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload.
* @param file The file object to be stored in the bucket.

@@ -32,0 +32,0 @@ * @param fileOptions HTTP headers. For example `cacheControl`

@@ -32,3 +32,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param file The File object to be stored in the bucket.

@@ -70,3 +70,3 @@ * @param fileOptions HTTP headers. For example `cacheControl`

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload.
* @param file The file object to be stored in the bucket.

@@ -73,0 +73,0 @@ * @param fileOptions HTTP headers. For example `cacheControl`

{
"name": "@supabase/storage-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "Isomorphic storage client for Supabase.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -32,3 +32,3 @@ import { FetchParameters, get, post, remove } from './fetch'

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder/filename.png`. The bucket must already exist before attempting to upload.
* @param file The File object to be stored in the bucket.

@@ -74,3 +74,3 @@ * @param fileOptions HTTP headers. For example `cacheControl`

*
* @param path The relative file path including the bucket ID. Should be of the format `bucket/folder/subfolder`. The bucket already exist before attempting to upload.
* @param path The relative file path. Should be of the format `folder/subfolder`. The bucket already exist before attempting to upload.
* @param file The file object to be stored in the bucket.

@@ -77,0 +77,0 @@ * @param fileOptions HTTP headers. For example `cacheControl`

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