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

@supabase/functions-js

Package Overview
Dependencies
Maintainers
9
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/functions-js - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

2

dist/main/index.d.ts
export { FunctionsClient } from './FunctionsClient';
export { FunctionInvokeOptions, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError, FunctionRegion, FunctionsResponse, } from './types';
export { type FunctionInvokeOptions, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError, FunctionRegion, type FunctionsResponse, } from './types';
//# sourceMappingURL=index.d.ts.map

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

export declare const version = "2.3.1";
export declare const version = "2.4.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.3.1';
exports.version = '2.4.0';
//# sourceMappingURL=version.js.map
export { FunctionsClient } from './FunctionsClient';
export { FunctionInvokeOptions, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError, FunctionRegion, FunctionsResponse, } from './types';
export { type FunctionInvokeOptions, FunctionsError, FunctionsFetchError, FunctionsHttpError, FunctionsRelayError, FunctionRegion, type FunctionsResponse, } from './types';
//# sourceMappingURL=index.d.ts.map

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

export declare const version = "2.3.1";
export declare const version = "2.4.0";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.3.1';
export const version = '2.4.0';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/functions-js",
"version": "2.3.1",
"version": "2.4.0",
"description": "JS Client library to interact with Supabase Functions.",

@@ -42,2 +42,3 @@ "main": "dist/main/index.js",

"devDependencies": {
"@sebbo2002/semantic-release-jsr": "^1.0.0",
"@types/jest": "^28.1.0",

@@ -44,0 +45,0 @@ "@types/jsonwebtoken": "^8.5.8",

export { FunctionsClient } from './FunctionsClient'
export {
FunctionInvokeOptions,
type FunctionInvokeOptions,
FunctionsError,

@@ -9,3 +9,3 @@ FunctionsFetchError,

FunctionRegion,
FunctionsResponse,
type FunctionsResponse,
} from './types'

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

export const version = '2.3.1'
export const version = '2.4.0'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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