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.9 to 1.0.10

2

lib/pg-base-table.js

@@ -112,3 +112,3 @@ 'use strict';

var query = new PGQuery(this, {
tableOrViewName: this._baseName,
tableOrViewName: this._schemaName + '.' + this._baseName,
selector: selector,

@@ -115,0 +115,0 @@ options: options

{
"name": "pure-live-pg",
"version": "1.0.9",
"version": "1.0.10",
"description": "PostgreSQL package to support realtime applications",

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

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