New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 0.0.2

99

package.json
{
"name": "oracle-gopher",
"version": "0.0.1",
"version": "0.0.2",
"description": "Boilerplate Node.js middleware that facilitates connections and transactions with Oracle databases.",
"author": "David Maciejewski",
"author": {
"name": "David Maciejewski"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/dmaciejewski1/oracle-gopher.git"
},
"license": "MIT",
"keywords": [
"node.js","node","data","database","Db","DB","db","layer","warehouse","information","metrics","connect",
"connection","connectivity","business","intelligence","mine","mining","SQL","PLSQL","PL/SQL","select",
"insert","statement","statements","query","queries","querying","clause","clauses","ETL","client",
"add-on","plugin","plug-in","tool","driver","library","module","oracledb","oracle","ora","OCI","10g",
"11g","12c"
],
"node.js",
"node",
"data",
"database",
"Db",
"DB",
"db",
"layer",
"warehouse",
"information",
"metrics",
"connect",
"connection",
"connectivity",
"business",
"intelligence",
"mine",
"mining",
"SQL",
"PLSQL",
"PL/SQL",
"select",
"insert",
"statement",
"statements",
"query",
"queries",
"querying",
"clause",
"clauses",
"ETL",
"client",
"add-on",
"plugin",
"plug-in",
"tool",
"driver",
"library",
"module",
"oracledb",
"oracle",
"ora",
"OCI",
"10g",
"11g",
"12c"
],
"dependencies": {
"oracledb": "^1.0.0"
},
"oracledb": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"chai": "^3.2.0"
},
"mocha": "^2.2.5",
"chai": "^3.2.0"
},
"engines": {
"node": ">=0.10.28"
"node": ">=0.10.28 <=0.12.7"
},
"scripts": {
"test": "mocha"
"test": "mocha"
},
"_id": "oracle-gopher@0.0.1",
"_shasum": "826cda861416cd822537349803d06d94f5dca016",
"_from": "oracle-gopher@*",
"_npmVersion": "2.11.3",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "dmaciejewski",
"email": "dmaciejewski1@gmail.com"
},
"dist": {
"shasum": "826cda861416cd822537349803d06d94f5dca016",
"tarball": "http://registry.npmjs.org/oracle-gopher/-/oracle-gopher-0.0.1.tgz"
},
"maintainers": [
{
"name": "dmaciejewski",
"email": "dmaciejewski1@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/oracle-gopher/-/oracle-gopher-0.0.1.tgz",
"readme": "ERROR: No README data found!"
}

9

README.md

@@ -19,3 +19,4 @@ # oracle-gopher

From a terminal window:
1. Unzip files:
1) Unzip files:
```

@@ -25,3 +26,3 @@ unzip instantclient-basic-macos.x64-11.2.0.4.0.zip -d /oracle

```
2. Update your .bashrc file by appending and saving the following block of code:
2) Update your .bashrc file by appending and saving the following block of code:
```

@@ -36,3 +37,3 @@ ##### Oracle Instant Client 11.2 #####

```
3. Create the following symbolic links from within your Instant Client directory (e.g. /oracle/instantclient_11_2):
3) Create the following symbolic links from within your Instant Client directory (e.g. /oracle/instantclient_11_2):
```

@@ -43,3 +44,3 @@ cd /oracle/instantclient_11_2

```
4. Restart your Terminal application
4) Restart your Terminal application

@@ -46,0 +47,0 @@ #### *C) oracle-gopher Installation*

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