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

@gush/candybar

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gush/candybar - npm Package Compare versions

Comparing version 0.0.0-alpha33 to 0.0.0-alpha34

9

dist/index.js

@@ -434,3 +434,5 @@ 'use strict';

this.stop = function () {
cancelAnimationFrame(_this.rafId);
_this.paused = true;
_this.rafId = null;
};

@@ -455,3 +457,5 @@

!_this.paused && window.requestAnimationFrame(_this.render);
if (!_this.paused) {
_this.rafId = window.requestAnimationFrame(_this.render);
}
};

@@ -471,2 +475,5 @@

// request animation frame id
this.rafId = null;
// entities to be drawn on the canvas

@@ -473,0 +480,0 @@ this.entities = entities;

2

package.json
{
"name": "@gush/candybar",
"version": "0.0.0-alpha33",
"version": "0.0.0-alpha34",
"description": "🍫",

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

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