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.3.5 to 0.3.6

plv8x-0.3.5.tgz

2

bin/cmd.js

@@ -52,3 +52,3 @@ #!/usr/bin/env node

}).argv;
conString = argv.db || process.env['PLV8XDB'] || process.env.TESTDBNAME;
conString = argv.db || process.env['PLV8XCONN'] || process.env['PLV8XDB'] || process.env.TESTDBNAME;
plv8x['new'](conString, function(plx){

@@ -55,0 +55,0 @@ var done, ref$, name, manifest, ref1$, spec, source, code;

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

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