Comparing version 2.2.0 to 2.3.0
@@ -6,4 +6,8 @@ { | ||
"private": false, | ||
"keywords": ["pg", "postgres", "hstore"], | ||
"version": "2.2.0", | ||
"keywords": [ | ||
"pg", | ||
"postgres", | ||
"hstore" | ||
], | ||
"version": "2.3.0", | ||
"main": "lib/index.js", | ||
@@ -19,7 +23,7 @@ "homepage": "https://github.com/scarney81/pg-hstore", | ||
"dependencies": { | ||
"underscore": "*" | ||
"underscore": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.2.x", | ||
"should": "0.6.x" | ||
"mocha": "^2.1.0", | ||
"should": "^4.4.2" | ||
}, | ||
@@ -26,0 +30,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
21285
0
Updatedunderscore@^1.7.0