New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@meetalva/music-player

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetalva/music-player - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

16

lib/spotify.js

@@ -11,12 +11,10 @@ "use strict";

const url = `https://open.spotify.com/embed/${parts[parts.length - 2]}/${parts[parts.length - 1]}`;
return (React.createElement(React.Fragment, null,
React.createElement("iframe", { src: url, frameBorder: "0", allowTransparency: true, allow: "encrypted-media", style: {
width: props.width,
height: props.height,
overflow: 'hidden',
background: 'transparent',
display: 'block'
} }),
url));
return (React.createElement("iframe", { src: url, frameBorder: "0", allowTransparency: true, allow: "encrypted-media", style: {
width: props.width,
height: props.height,
overflow: 'hidden',
background: 'transparent',
display: 'block'
} }));
};
//# sourceMappingURL=spotify.js.map
{
"name": "@meetalva/music-player",
"version": "1.0.1",
"version": "1.0.2",
"description": "Embed Apple Music or Spotify player to show album and song snippets",

@@ -5,0 +5,0 @@ "alva": {

Sorry, the diff of this file is not supported yet

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