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.6.3 to 0.6.4

3

History.md

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

0.6.4 / 2014-01-05
* Fix plv8x not bootstrapped when client flag is specified
0.6.3 / 2013-12-18

@@ -2,0 +5,0 @@ * Allow options in plv8x.new:

4

lib/index.js

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

if (config.client) {
return typeof cb === 'function' ? cb(plx) : void 8;
return plx.query('select plv8x.boot()', function(){
return typeof cb === 'function' ? cb(plx) : void 8;
});
}

@@ -220,0 +222,0 @@ return plx.bootstrap(function(){

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

"description": "Use JavaScript expressions and modules in PostgreSQL plv8",
"version": "0.6.3",
"version": "0.6.4",
"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