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

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 1.1.37 to 1.1.38

2

docs/CHANGELOG.md
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-10-19 | v1.1.37 | Maintenance |
| 2016-10-19 | v1.1.38 | Maintenance |
| 2016-10-07 | v1.1.26 | Added oracledb.run |

@@ -5,0 +5,0 @@ | 2016-10-06 | v1.1.25 | Maintenance |

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

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

@@ -916,3 +916,3 @@ # simple-oracledb

| ----------- | ------- | ----------- |
| 2016-10-19 | v1.1.37 | Maintenance |
| 2016-10-19 | v1.1.38 | Maintenance |
| 2016-10-07 | v1.1.26 | Added oracledb.run |

@@ -919,0 +919,0 @@ | 2016-10-06 | v1.1.25 | Maintenance |

@@ -61,4 +61,4 @@ 'use strict';

COL2: index,
COL3: undefined,
COL4: undefined,
COL3: null,
COL4: null,
LOB1: longClobText,

@@ -65,0 +65,0 @@ LOB2: new Buffer('blob text here')

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