simple-oracledb
Advanced tools
Comparing version 0.0.30 to 0.0.31
{ | ||
"name": "simple-oracledb", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -34,3 +34,4 @@ "author": { | ||
"build": "grunt build", | ||
"prepush": "npm run build" | ||
"prepush": "npm run build", | ||
"synclibs": "npm install && npm update" | ||
}, | ||
@@ -37,0 +38,0 @@ "dependencies": { |
@@ -349,3 +349,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2015-12-13 | v0.0.30 | Maintenance | | ||
| 2015-12-13 | v0.0.31 | Maintenance | | ||
| 2015-12-08 | v0.0.24 | Added pool.getConnection connection validation via running SQL test command | | ||
@@ -352,0 +352,0 @@ | 2015-11-30 | v0.0.23 | Maintenance | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
285059