Socket
Socket
Sign inDemoInstall

@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 1.3.1 to 1.3.2

2

dist/main/version.d.ts

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

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

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

export declare const version = "1.3.1";
export declare const version = "1.3.2";
//# sourceMappingURL=version.d.ts.map

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

export const version = '1.3.1';
export const version = '1.3.2';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/functions-js",
"version": "1.3.1",
"version": "1.3.2",
"description": "JS Client library to interact with Supabase Functions.",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/main/index.d.ts",
"types": "dist/module/index.d.ts",
"sideEffects": false,

@@ -9,0 +9,0 @@ "scripts": {

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

export const version = '1.3.1'
export const version = '1.3.2'
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