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

@supabase/storage-js

Package Overview
Dependencies
Maintainers
5
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 2.0.0-rc.3 to 2.0.0-rc.4

2

dist/main/lib/version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "2.0.0-rc.3";
export declare const version = "2.0.0-rc.4";
//# sourceMappingURL=version.d.ts.map

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

// generated by genversion
exports.version = '2.0.0-rc.3';
exports.version = '2.0.0-rc.4';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const version = "2.0.0-rc.3";
export declare const version = "2.0.0-rc.4";
//# sourceMappingURL=version.d.ts.map
// generated by genversion
export const version = '2.0.0-rc.3';
export const version = '2.0.0-rc.4';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/storage-js",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "Isomorphic storage client for Supabase.",

@@ -24,3 +24,3 @@ "keywords": [

"scripts": {
"clean": "rimraf dist docs",
"clean": "rimraf dist docs/v2",
"format": "prettier --write \"{src,test}/**/*.ts\"",

@@ -36,4 +36,4 @@ "build": "genversion src/lib/version.ts --es6 && run-s clean format build:*",

"test:clean": "cd infra && docker-compose down --remove-orphans",
"docs": "typedoc --entryPoints src/index.ts --entryPoints src/packages/* --excludePrivate --excludeProtected",
"docs:json": "typedoc --json docs/spec.json --entryPoints src/index.ts --entryPoints src/packages/* --excludePrivate --excludeExternals --excludeProtected"
"docs": "typedoc --entryPoints src/index.ts --out docs/v2 --entryPoints src/packages/* --excludePrivate --excludeProtected",
"docs:json": "typedoc --json docs/v2/spec.json --entryPoints src/index.ts --entryPoints src/packages/* --excludePrivate --excludeExternals --excludeProtected"
},

@@ -40,0 +40,0 @@ "dependencies": {

// generated by genversion
export const version = '2.0.0-rc.3'
export const version = '2.0.0-rc.4'
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