New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

amazon-date-parser

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-date-parser - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
index.js

@@ -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 @@ };

{
"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",