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.1.6 to 3.1.7

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/microlinkhq/spotify-url-info",
"version": "3.1.6",
"version": "3.1.7",
"main": "src/index.js",

@@ -8,0 +8,0 @@ "author": {

@@ -36,3 +36,3 @@ 'use strict'

return normalizeData({
data: JSON.parse(decodeURIComponent(script.children[0].content))
data: JSON.parse(Buffer.from(script.children[0].content, 'base64'))
})

@@ -47,5 +47,4 @@ }

// found data in the new embed style
const data = JSON.parse(
Buffer.from(decodeURIComponent(script.children[0].content), 'base64')
).data.entity
const data = JSON.parse(Buffer.from(script.children[0].content, 'base64'))
.data.entity
return normalizeData({ data })

@@ -52,0 +51,0 @@ }

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