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

carbonator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbonator - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

lib/carbonator.js

@@ -38,4 +38,4 @@ const Random = require('./random.js');

this.width = this.canvasElement.width = this.containerElement.width;
this.height = this.canvasElement.height = this.containerElement.height;
this.width = this.canvasElement.width = this.containerElement.clientWidth;
this.height = this.canvasElement.height = this.containerElement.clientHeight;

@@ -42,0 +42,0 @@ this.generateBubbles(this.width * this.height * this.bubbleDensity);

{
"name": "carbonator",
"version": "1.2.0",
"version": "1.2.1",
"description": "Carbonate your web pages.",

@@ -5,0 +5,0 @@ "main": "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