Comparing version 1.0.0 to 1.0.1
@@ -19,3 +19,2 @@ // Load modules | ||
Utils.assert(filePath && (typeof filePath === 'function' || typeof filePath === 'string'), 'Invalid file path'); | ||
Utils.assert(typeof filePath !== 'string' || route.params.length === 0, 'Route path with static file path cannot contain a parameter'); | ||
Utils.assert(typeof filePath !== 'string' || filePath[filePath.length - 1] !== '/', 'File path cannot end with a \'/\''); | ||
@@ -22,0 +21,0 @@ |
@@ -0,0 +0,0 @@ // Load modules |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://hapijs.com", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", | ||
@@ -42,4 +42,4 @@ "contributors": [ | ||
"async": "0.2.x", | ||
"request": "2.20.x", | ||
"formidable": "1.0.x", | ||
"request": "2.21.x", | ||
"formidable": "1.0.13", | ||
"mime": "1.2.x", | ||
@@ -46,0 +46,0 @@ "lru-cache": "2.3.x", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
829251
13419
+ Addedforever-agent@0.5.2(transitive)
+ Addedform-data@0.0.8(transitive)
+ Addedformidable@1.0.13(transitive)
+ Addedjson-stringify-safe@4.0.0(transitive)
+ Addedqs@0.6.6(transitive)
+ Addedrequest@2.21.0(transitive)
- Removedboom@0.3.8(transitive)
- Removedcryptiles@0.1.3(transitive)
- Removedforever-agent@0.3.0(transitive)
- Removedform-data@0.0.10(transitive)
- Removedformidable@1.0.17(transitive)
- Removedhawk@0.10.2(transitive)
- Removedhoek@0.7.6(transitive)
- Removedjson-stringify-safe@3.0.0(transitive)
- Removedqs@0.5.6(transitive)
- Removedrequest@2.20.0(transitive)
- Removedsntp@0.1.4(transitive)
Updatedformidable@1.0.13
Updatedrequest@2.21.x