Socket
Socket
Sign inDemoInstall

simple-oracledb

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-oracledb - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

docs/api.md

@@ -42,3 +42,3 @@ ## Classes

* [.simplified](#Connection.simplified) : <code>boolean</code>
* [#noop()](#Connection+noop) ℗
* [#noop()](#Connection+noop) ⇒ <code>undefined</code> ℗
* [#query([params])](#Connection+query)

@@ -59,5 +59,6 @@ * [#release([callback])](#Connection+release)

<a name="Connection+noop"></a>
### Connection#noop() ℗
### Connection#noop() ⇒ <code>undefined</code> ℗
Empty function.
**Returns**: <code>undefined</code> - Empty return
**Access:** private

@@ -64,0 +65,0 @@ <a name="Connection+query"></a>

1

lib/connection.js

@@ -35,2 +35,3 @@ 'use strict';

* @private
* @returns {undefined} Empty return
*/

@@ -37,0 +38,0 @@ Connection.prototype.noop = function () {

{
"name": "simple-oracledb",
"version": "0.0.1",
"version": "0.0.2",
"description": "Extend capabilities of oracledb with simplified API for quicker development.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -155,2 +155,3 @@ # simple-oracledb

| ----------- | ------- | ----------- |
| 2015-10-15 | v0.0.2 | Maintenance |
| 2015-10-15 | v0.0.1 | Initial release. |

@@ -157,0 +158,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