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.1.41 to 1.1.42

1

docs/CHANGELOG.md
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-11-19 | v1.1.42 | Maintenance |
| 2016-11-15 | v1.1.41 | Added connection.executeFile to read SQL statement from file and execute it |

@@ -4,0 +5,0 @@ | 2016-11-05 | v1.1.40 | Maintenance |

@@ -10,2 +10,4 @@ 'use strict';

grunt.loadNpmTasks('grunt-shell');
commons.grunt.config.initConfig(grunt, {

@@ -12,0 +14,0 @@ buildConfig: {

19

package.json
{
"name": "simple-oracledb",
"version": "1.1.41",
"version": "1.1.42",
"description": "Extend capabilities of oracledb with simplified API for quicker development.",

@@ -49,18 +49,2 @@ "author": {

"grunt-cli": "latest",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-csslint": "latest",
"grunt-contrib-jshint": "latest",
"grunt-coveralls": "latest",
"grunt-eslint": "latest",
"grunt-force-task": "latest",
"grunt-gitdown": "latest",
"grunt-htmllint": "latest",
"grunt-jsbeautifier": "latest",
"grunt-jscs": "latest",
"grunt-jsdoc-to-markdown": "latest",
"grunt-jslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "latest",
"grunt-mocha-istanbul": "latest",
"grunt-shell": "latest",

@@ -70,5 +54,4 @@ "husky": "latest",

"js-project-commons": "latest",
"mocha": "latest",
"promiscuous": "latest"
}
}

@@ -936,2 +936,3 @@ # simple-oracledb

| ----------- | ------- | ----------- |
| 2016-11-19 | v1.1.42 | Maintenance |
| 2016-11-15 | v1.1.41 | Added connection.executeFile to read SQL statement from file and execute it |

@@ -938,0 +939,0 @@ | 2016-11-05 | v1.1.40 | Maintenance |

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