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

plv8x

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plv8x - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

4

History.md

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

0.5.5 / 2013-08-13
==================
* Fix object-style pg connection info
0.5.4 / 2013-08-06

@@ -2,0 +6,0 @@ ==================

2

lib/index.js

@@ -202,3 +202,3 @@ var PLX, slice$ = [].slice, replace$ = ''.replace, this$ = this, out$ = typeof exports != 'undefined' && exports || this;

var pg, x$, conn, plx;
if (db.indexOf('/') < 0) {
if ('string' === typeof db && db.indexOf('/') < 0) {
db = "tcp://localhost/" + db;

@@ -205,0 +205,0 @@ }

@@ -10,3 +10,3 @@ {

"description": "Use JavaScript expressions and modules in PostgreSQL plv8",
"version": "0.5.4",
"version": "0.5.5",
"keywords": [

@@ -13,0 +13,0 @@ "postgres",

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