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.0.0-rc.2 to 2.0.0

2

dist/main/version.d.ts

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

export declare const version = "2.0.0-rc.2";
export declare const version = "2.0.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.0.0-rc.2';
exports.version = '2.0.0';
//# sourceMappingURL=version.js.map

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

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

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

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

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

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

@@ -16,4 +16,4 @@ "build": "run-s clean format build:*",

"build:module": "tsc -p tsconfig.module.json",
"docs": "typedoc src/index.ts src/types.ts --excludePrivate --excludeProtected",
"docs:json": "typedoc --json docs/spec.json --excludeExternals src/index.ts src/types.ts",
"docs": "typedoc src/index.ts --out docs/v2",
"docs:json": "typedoc --json docs/v2/spec.json --excludeExternals src/index.ts",
"test": "jest"

@@ -20,0 +20,0 @@ },

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

export const version = '2.0.0-rc.2'
export const version = '2.0.0'
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