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

@supabase/functions-js

Package Overview
Dependencies
Maintainers
5
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.1.1 to 2.1.2

2

dist/main/types.js

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

super(message);
super.name = name;
this.name = name;
this.context = context;

@@ -10,0 +10,0 @@ }

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

export declare const version = "2.1.1";
export declare const version = "2.1.2";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.1.1';
exports.version = '2.1.2';
//# sourceMappingURL=version.js.map
export class FunctionsError extends Error {
constructor(message, name = 'FunctionsError', context) {
super(message);
super.name = name;
this.name = name;
this.context = context;

@@ -6,0 +6,0 @@ }

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

export declare const version = "2.1.1";
export declare const version = "2.1.2";
//# sourceMappingURL=version.d.ts.map

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

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

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

@@ -21,3 +21,3 @@ export type Fetch = typeof fetch

super(message)
super.name = name
this.name = name
this.context = context

@@ -24,0 +24,0 @@ }

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

export const version = '2.1.1'
export const version = '2.1.2'

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