Comparing version 1.7.0 to 1.7.1
@@ -41,3 +41,3 @@ 'use strict'; | ||
throw new AError(ErrorCodes.AuthenticationFailed); | ||
} | ||
}ö | ||
start = Date.parse(si.AccessPolicy.Start); | ||
@@ -53,3 +53,3 @@ expiry = Date.parse(si.AccessPolicy.Expiry); | ||
// Time Validation | ||
if (isNaN(start) || isNaN(expiry) || request.now < start || request.now > expiry) { | ||
if (isNaN(expiry) || request.now < start || request.now > expiry) { | ||
throw new AError(ErrorCodes.AuthenticationFailed); | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "azurite", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# 1.0 | ||
## 1.7.1 | ||
- fixes [#124](https://github.com/arafato/azurite/issues/124): Blob Storage Bugfix | ||
## 1.7.0 | ||
@@ -3,0 +5,0 @@ - fixes [#60](https://github.com/arafato/azurite/issues/60): Blob: Added support for servic-level Shared Access Signatures |
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
310349