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-alpha5 to 0.0.0-alpha6

12

dist/index.js

@@ -340,2 +340,3 @@ 'use strict';

var canvas = _ref.canvas,
container = _ref.container,
_ref$entities = _ref.entities,

@@ -351,2 +352,8 @@ entities = _ref$entities === undefined ? [] : _ref$entities,

if (_this.container) {
w = _this.container.clientWidth;
h = _this.container.clientHeight;
}
var w2 = w * _this.dpr;

@@ -358,2 +365,5 @@ var h2 = h * _this.dpr;

_this.canvas.style.height = h + 'px';
_this.canvas.style.position = 'absolute';
_this.canvas.style.top = 0;
_this.canvas.style.left = 0;
_this.bounds = new Bounds(0, 0, w2, h2);

@@ -388,2 +398,4 @@ };

this.canvas = canvas;
this.container = container;
this.dpr = window.devicePixelRatio || 1;

@@ -390,0 +402,0 @@ this.ctx = canvas.getContext('2d');

2

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