Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,5 @@ | ||
### v5.0.2 | ||
- Fix rare crash when object slips into postgres `escapeValue` ([dresende/node-sql-query#54](dresende/node-sql-query#54)) ([#833](../../pull/833)) | ||
### v5.0.1 | ||
@@ -2,0 +6,0 @@ - Update sql-ddl-sync (no functionality changes; lodash update) |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"license": "MIT", | ||
@@ -72,3 +72,3 @@ "homepage": "http://dresende.github.io/node-orm2", | ||
"sql-ddl-sync": "0.3.14", | ||
"sql-query": "0.1.26" | ||
"sql-query": "0.1.27" | ||
}, | ||
@@ -85,5 +85,5 @@ "devDependencies": { | ||
"sinon": "6.0.0", | ||
"sqlite3": "4.0.0" | ||
"sqlite3": "4.0.1" | ||
}, | ||
"optionalDependencies": {} | ||
} |
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
271042
+ Addedsql-query@0.1.27(transitive)
- Removedsql-query@0.1.26(transitive)
Updatedsql-query@0.1.27