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

oracledb

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oracledb - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

16

CHANGELOG.md
# Change Log
## node-oracledb v1.10.1 (21 Jul 2016)
- Fixed a bug that prevented a null value being passed from JavaScript into an IN OUT bind.
- Fixed a memory leak introduced in 1.10 with REF CURSORs.
- Fixed a memory leak in error handling paths when using REF CURSORs.
- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier.
- Made an internal change to use std::string& for string lengths.
- Fixed a compilation warning on Windows.
- Added a mocha configuration file for the test suite.
## node-oracledb v1.10.0 (8 Jul 2016)

@@ -4,0 +20,0 @@

6

package.json
{
"name": "oracledb",
"version": "1.10.0",
"version": "1.10.1",
"description": "Oracle Database driver by Oracle Corp.",

@@ -44,4 +44,4 @@ "license": "Apache-2.0",

"scripts": {
"test": "mocha -R spec --timeout 100000 test/*.js",
"testWindows": "mocha -R spec --timeout 0 test\\*.js"
"test": "mocha --opts test/opts/mocha.opts",
"testWindows": "mocha --opts test\\opts\\mocha.opts"
},

@@ -48,0 +48,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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