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-alpha34 to 0.0.0-alpha35

yarn-error.log

10

dist/index.js

@@ -434,8 +434,8 @@ 'use strict';

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

@@ -593,2 +593,8 @@ _this.render();

}, {
key: 'cancelRaf',
value: function cancelRaf() {
this.rafId && cancelAnimationFrame(this.rafId);
this.rafId = null;
}
}, {
key: 'clearCanvas',

@@ -595,0 +601,0 @@ value: function clearCanvas(_ref6) {

2

package.json
{
"name": "@gush/candybar",
"version": "0.0.0-alpha34",
"version": "0.0.0-alpha35",
"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