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

oracle-gopher

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oracle-gopher - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "oracle-gopher",
"version": "0.1.1",
"version": "0.1.2",
"description": "Boilerplate Node.js middleware that facilitates connections and transactions with Oracle databases.",

@@ -5,0 +5,0 @@ "author": {

@@ -62,6 +62,6 @@ # oracle-gopher

var garden = {
dbStatement : "SELECT * FROM DUAL", //mandatory
dbStatement : "SELECT dummy FROM DUAL WHERE dummy = :DummyValue", //mandatory
outputFormat : "array", //not mandatory. will use default if not explicitly set.
maxRowsReturned : 100, //not mandatory. will use default if not explicitly set.
bindVariables : {} //not mandatory. use in conjunction with dbStatement when bind variables are present.
bindVariables : {"DummyValue" : "X"} //not mandatory. use in conjunction with dbStatement when bind variables are present.
};

@@ -68,0 +68,0 @@

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