Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "edx-db", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Open edX database library", | ||
@@ -26,5 +26,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "2.2.0", | ||
"mysql": "2.11.1", | ||
"sequelize": "3.24.3" | ||
"debug": "^2.6.0", | ||
"mysql": "^2.12.0", | ||
"sequelize": "^3.29.0" | ||
}, | ||
@@ -37,8 +37,8 @@ "devDependencies": { | ||
"gulp-istanbul": "^1.1.1", | ||
"gulp-load-plugins": "^1.3.0", | ||
"gulp-load-plugins": "^1.4.0", | ||
"gulp-mocha": "^3.0.1", | ||
"gulp-util": "^3.0.7", | ||
"sqlite3": "^3.1.6", | ||
"gulp-util": "^3.0.8", | ||
"sqlite3": "^3.1.8", | ||
"xunit-file": "^1.0.0" | ||
} | ||
} |
@@ -5,2 +5,3 @@ # edx-db-node [![CircleCI](https://circleci.com/gh/IONISx/edx-db-node.svg?style=svg)](https://circleci.com/gh/IONISx/edx-db-node) | ||
[![NSP Status](https://nodesecurity.io/orgs/ionisx/projects/83be9462-ccc1-49a1-99c7-46f6777095c2/badge)](https://nodesecurity.io/orgs/ionisx/projects/83be9462-ccc1-49a1-99c7-46f6777095c2) | ||
[![npm version](https://img.shields.io/npm/v/edx-db.svg)](https://www.npmjs.com/package/edx-db) | ||
@@ -14,3 +15,3 @@ > Open edX database library | ||
```shell | ||
$ npm install -g gulp-cli | ||
$ yarn global add --dev gulp-cli | ||
``` | ||
@@ -21,3 +22,3 @@ | ||
```shell | ||
$ npm install | ||
$ yarn install | ||
``` | ||
@@ -24,0 +25,0 @@ |
@@ -33,3 +33,3 @@ /* eslint-env mocha */ | ||
it('should fail if no connection string is specified', function () { | ||
expect(this.db.connect).to.throw('Parameter \'url\' must be a string, not undefined'); | ||
expect(this.db.connect).to.throw('Parameter "url" must be a string, not undefined'); | ||
}); | ||
@@ -36,0 +36,0 @@ |
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
123833
34
+ Addedbignumber.js@9.0.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmysql@2.18.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.7(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsequelize@3.35.1(transitive)
+ Addedsqlstring@2.3.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addeduuid@3.4.0(transitive)
- Removedbignumber.js@2.3.0(transitive)
- Removeddebug@2.2.0(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlodash@4.12.0(transitive)
- Removedms@0.7.1(transitive)
- Removedmysql@2.11.1(transitive)
- Removednode-uuid@1.4.8(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedsequelize@3.24.3(transitive)
- Removedsqlstring@2.0.1(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updateddebug@^2.6.0
Updatedmysql@^2.12.0
Updatedsequelize@^3.29.0