simple-oracledb
Advanced tools
Comparing version 1.4.0 to 1.4.1
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2019-02-08 | v1.4.1 | Maintenance | | ||
| 2019-01-25 | v1.4.0 | useExecuteMany=true by default | | ||
@@ -4,0 +5,0 @@ | 2018-09-23 | v1.3.0 | Added executeMany support for the batch APIs | |
{ | ||
"name": "simple-oracledb", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -36,7 +36,10 @@ "author": { | ||
"jstest": "grunt jstest", | ||
"debug": "mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec", | ||
"prepush": "npm run build", | ||
"postpublish": "grunt post-publish", | ||
"grunt": "grunt" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "npm run build" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -43,0 +46,0 @@ "async": "^2.6.1", |
@@ -1149,2 +1149,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2019-02-08 | v1.4.1 | Maintenance | | ||
| 2019-01-25 | v1.4.0 | useExecuteMany=true by default | | ||
@@ -1151,0 +1152,0 @@ | 2018-09-23 | v1.3.0 | Added executeMany support for the batch APIs | |
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
332667
1201