Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spotify-url-info

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-url-info - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

2

package.json

@@ -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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc