simple-oracledb
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "simple-oracledb", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -43,2 +43,3 @@ "main": "index.js", | ||
"grunt-todos": "latest", | ||
"husky": "latest", | ||
"load-grunt-tasks": "latest", | ||
@@ -59,4 +60,5 @@ "mocha": "latest", | ||
"docs": "grunt docs", | ||
"build": "grunt build" | ||
"build": "grunt build", | ||
"precommit": "npm run build" | ||
} | ||
} |
@@ -250,3 +250,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2015-10-20 | v0.0.11 | Maintenance | | ||
| 2015-10-24 | v0.0.12 | 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 | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237294
21