Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bubbleworks

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bubbleworks - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

12

index.js

@@ -51,10 +51,10 @@

c.style.position = 'absolute'
c.style.left = x - 100 + 'px'
c.style.top = y - 100 + 'px'
c.style.left = x - 150 + 'px'
c.style.top = y - 150 + 'px'
c.style.pointerEvents = 'none'
c.style.width = 200 + 'px'
c.style.height = 200 + 'px'
c.style.width = 300 + 'px'
c.style.height = 300 + 'px'
c.style.zIndex = 100
c.width = 200 * ratio
c.height = 200 * ratio
c.width = 300 * ratio
c.height = 300 * ratio
parentNode.appendChild(c)

@@ -61,0 +61,0 @@

{
"name": "bubbleworks",
"version": "1.2.5",
"version": "1.2.6",
"main": "index.js",
"license": "MIT"
}
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