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.12 to 0.0.13

38

package.json
{
"name": "simple-oracledb",
"version": "0.0.12",
"version": "0.0.13",
"description": "Extend capabilities of oracledb with simplified API for quicker development.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test/spec"
"author": {
"name": "Sagie Gur-Ari",
"email": "sagiegurari@gmail.com"
},
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/simple-oracledb",

@@ -23,4 +23,17 @@ "repository": {

],
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test/spec"
},
"scripts": {
"test": "grunt test",
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
},
"dependencies": {
"async": "^1.4.2"
"async": "^1.5.0"
},

@@ -49,16 +62,3 @@ "devDependencies": {

"time-grunt": "latest"
},
"author": {
"name": "Sagie Gur-Ari",
"email": "sagiegurari@gmail.com"
},
"license": "Apache-2.0",
"scripts": {
"test": "grunt test",
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
}
}

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

| ----------- | ------- | ----------- |
| 2015-10-24 | v0.0.12 | Maintenance |
| 2015-11-03 | v0.0.13 | Maintenance |
| 2015-10-20 | v0.0.10 | Added connection.queryJSON |

@@ -253,0 +253,0 @@ | 2015-10-19 | v0.0.9 | autoCommit support when doing INSERT/UPDATE with LOBs |

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