New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@supabase/realtime-js

Package Overview
Dependencies
Maintainers
5
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/realtime-js - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

2

dist/main/lib/version.d.ts

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

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

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

const push = this.push(payload.type, payload);
return new Promise((resolve, reject) => {
return new Promise((resolve) => {
push.receive('ok', () => resolve('ok'));
push.receive('timeout', () => reject('timeout'));
push.receive('timeout', () => resolve('timeout'));
});

@@ -211,0 +211,0 @@ }

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

export declare const version = "1.7.2";
export declare const version = "1.7.3";
//# sourceMappingURL=version.d.ts.map

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

export const version = '1.7.2';
export const version = '1.7.3';
//# sourceMappingURL=version.js.map

@@ -201,5 +201,5 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants';

const push = this.push(payload.type, payload);
return new Promise((resolve, reject) => {
return new Promise((resolve) => {
push.receive('ok', () => resolve('ok'));
push.receive('timeout', () => reject('timeout'));
push.receive('timeout', () => resolve('timeout'));
});

@@ -206,0 +206,0 @@ }

{
"name": "@supabase/realtime-js",
"version": "1.7.2",
"version": "1.7.3",
"description": "Listen to realtime updates to your PostgreSQL database",

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

"esm": "^3.2.25",
"jsdom": "16.4.0",
"jsdom": "16.5.0",
"jsdom-global": "3.0.0",

@@ -51,0 +51,0 @@ "mocha": "^8.0.1",

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

export const version = '1.7.2'
export const version = '1.7.3'

@@ -247,5 +247,5 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants'

return new Promise((resolve, reject) => {
return new Promise((resolve) => {
push.receive('ok', () => resolve('ok'))
push.receive('timeout', () => reject('timeout'))
push.receive('timeout', () => resolve('timeout'))
})

@@ -252,0 +252,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