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

pure-live-pg

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-live-pg - npm Package Compare versions

Comparing version 1.0.53 to 1.0.54

2

lib/pg-database.js

@@ -72,2 +72,3 @@ 'use strict';

this._ownSchema = (options && options.ownSchema) || 'reactive';
this._pgcryptoSchema = (options && options.pgcryptoSchema) || this._ownSchema;
this._notifyEventName = 'core_reactive_event';

@@ -343,2 +344,3 @@

let sql = this._sqlTemplates.createOwnSchema.split('@@ownSchema').join(this._ownSchema);
sql = sql.split('@@pgcryptoSchema').join(this._pgcryptoSchema || this._ownSchema);
this.query(connection, sql, [], (error, result) => {

@@ -345,0 +347,0 @@ this.releaseConnection(connection);

2

package.json
{
"name": "pure-live-pg",
"version": "1.0.53",
"version": "1.0.54",
"description": "PostgreSQL driver to support realtime applications",

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

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