amazon-date-parser
Advanced tools
+2
-2
@@ -28,6 +28,6 @@ function AmazonDateParser(rawDate) { | ||
| if (rawDate === 'PRESENT_REF') { | ||
| var now = Date(Date.now()); | ||
| var now = new Date(Date.now()); | ||
| return { | ||
| startDate: new Date(now), | ||
| startDate: now, | ||
| endDate: now | ||
@@ -34,0 +34,0 @@ }; |
+1
-1
| { | ||
| "name": "amazon-date-parser", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "Parse AMAZON.DATE to a date range", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
6668
-0.09%