spotify-url-info
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/spotify-url-info", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"main": "src/index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -68,3 +68,3 @@ <div align="center"> | ||
"embed": "https://embed.spotify.com/?uri=spotify:track:5nTtCOCds6I0PHMNtqelas", | ||
"date": "2018-06-15", | ||
"date": "2018-06-15T00:00:00.000Z", | ||
"description": "description of a podcast episode" | ||
@@ -71,0 +71,0 @@ } |
@@ -120,5 +120,6 @@ 'use strict' | ||
const track = getFirstTrack(data) | ||
const date = getDate(data) | ||
return { | ||
date: getDate(data), | ||
date: date ? new Date(date).toISOString() : date, | ||
title: data.name, | ||
@@ -125,0 +126,0 @@ type: data.type, |
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
12707
217