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

@code-dot-org/dance-party

Package Overview
Dependencies
Maintainers
7
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-dot-org/dance-party - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json
{
"name": "@code-dot-org/dance-party",
"version": "0.0.18",
"version": "0.0.19",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

@@ -948,2 +948,4 @@ /* eslint-disable no-unused-vars, curly, eqeqeq, babel/semi, semi, no-undef */

const { bpm, artist, title } = this.songMetadata_ || {};
const context = {

@@ -953,5 +955,5 @@ isPeak: this.peakThisFrame_,

backgroundColor: this.world.background_color,
bpm: this.songMetadata_ && this.songMetadata_.bpm,
artist: this.songMetadata_.artist,
title: this.songMetadata_.title,
bpm,
artist,
title,
};

@@ -958,0 +960,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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