pg-using-bluebird
Advanced tools
Comparing version 2.0.1 to 3.0.0
{ | ||
"name": "pg-using-bluebird", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Helpers for managing PostgreSQL connections", | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
@@ -14,5 +17,5 @@ "test": "./node_modules/.bin/grunt" | ||
"dependencies": { | ||
"bluebird": "^3.3.5", | ||
"lodash": "^4.11.1", | ||
"pg": "^4.5.5", | ||
"bluebird": "^3.4.6", | ||
"lodash": "^4.17.2", | ||
"pg": "^6.1.0", | ||
"string-template": "^1.0.0" | ||
@@ -22,8 +25,8 @@ }, | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"chai-as-promised": "^6.0.0", | ||
"grunt": "^1.0.1", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-jshint": "^0.11.3", | ||
"grunt-mocha-test": "^0.12.7", | ||
"mocha": "^2.4.5" | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-mocha-test": "^0.13.2", | ||
"mocha": "^3.2.0" | ||
}, | ||
@@ -30,0 +33,0 @@ "license": "MIT", |
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
29369
+ Addedgeneric-pool@2.4.3(transitive)
+ Addedobject-assign@4.1.0(transitive)
+ Addedpacket-reader@0.3.1(transitive)
+ Addedpg@6.4.2(transitive)
+ Addedpg-pool@1.8.0(transitive)
+ Addedpgpass@1.0.5(transitive)
+ Addedsemver@4.3.2(transitive)
+ Addedsplit2@4.2.0(transitive)
- Removedgeneric-pool@2.4.2(transitive)
- Removedpacket-reader@0.2.0(transitive)
- Removedpg@4.5.7(transitive)
- Removedpgpass@0.0.3(transitive)
- Removedsemver@4.3.6(transitive)
- Removedsplit@0.3.3(transitive)
- Removedthrough@2.3.8(transitive)
Updatedbluebird@^3.4.6
Updatedlodash@^4.17.2
Updatedpg@^6.1.0