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
8
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.30 to 0.0.31

2

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

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

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

this.p5_.background('#fff'); // Clear the canvas.
this.getBackgroundEffect().draw(context);

@@ -1046,3 +1047,3 @@

this.world.validationCallback(this.world, this, this.sprites_);
this.world.validationCallback(this.world, this, this.sprites_, events);
if (this.showMeasureLabel && this.getCurrentMeasure() >= 1) {

@@ -1049,0 +1050,0 @@ this.p5_.text(`${this.i18n.measure()} ${Math.floor(Math.max(0, this.getCurrentMeasure()))}`, 10, 20);

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