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.3 to 3.1.4

2

package.json

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

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

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

@@ -33,6 +33,2 @@ 'use strict'

const hydrateScript = scripts.filter(
e => e.children[0] && /%22data%22%|"data":/.test(e.children[0].content)
)
if (resourceScript.length > 0) {

@@ -43,2 +39,6 @@ // found data in the older embed style

const hydrateScript = scripts.filter(
e => e.children[0] && /%22data%22%|"data":/.test(e.children[0].content)
)
if (hydrateScript.length > 0) {

@@ -45,0 +45,0 @@ // found hydration data

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