Comparing version 5.0.7 to 5.0.8
@@ -0,1 +1,4 @@ | ||
### v5.0.8 | ||
- Improve Typescript typings - add offset prop to find options ([850](../../pull/850) | ||
### v5.0.7 | ||
@@ -2,0 +5,0 @@ - Resolve security vulnerabilities |
@@ -27,2 +27,3 @@ /// <reference path="sql-query.d.ts" /> | ||
limit?: number; | ||
offset?: number; | ||
order?: any; | ||
@@ -29,0 +30,0 @@ }, callback: (err: Error, results: Instance[]) => void): Model; |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"license": "MIT", | ||
@@ -18,0 +18,0 @@ "homepage": "http://dresende.github.io/node-orm2", |
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
265615
6178