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.4.0 to 1.4.1

1

docs/CHANGELOG.md
| 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 |

9

package.json
{
"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 |

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