Socket
Socket
Sign inDemoInstall

oracle

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oracle - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

binding.gyp

5

index.js
console.error("This library is not maintained. Oracle has made their own [driver](https://github.com/oracle/node-oracledb). Please install the new driver with 'npm install oracledb'");
console.error("If you absolutely need the old driver, use 'npm install oracle@0.3.9'")
console.error("This node-oracle driver is obsolete. Oracle has a new driver: https://github.com/oracle/node-oracledb.");
console.error("Please install the new driver with 'npm install oracledb', see https://github.com/oracle/node-oracledb/blob/master/INSTALL.md");
console.error("If you absolutely need the old driver, use 'npm install oracle@0.3.9'");

2

package.json

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"engines": {

@@ -10,0 +10,0 @@ "node": ">=0.6.0"

@@ -1,3 +0,8 @@

# This library is not maintained. Oracle has a [new oracledb driver](https://github.com/oracle/node-oracledb). Please install the new driver with 'npm install oracledb'
# This library is not maintained.
The node-oracle driver is obsolete. Oracle has a new
driver: [node-oracledb](https://github.com/oracle/node-oracledb).
Please install the new driver with 'npm install oracledb'. Instructions are [here](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md).
If you absolutely need the old driver, use 'npm install oracle@0.3.9'
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