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

css-houdini-pattern-grid

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-houdini-pattern-grid - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "css-houdini-pattern-grid",
"version": "1.0.4",
"version": "1.0.5",
"description": "A CSS Paint Worklet that displays a grid of various shapes as the background. Highly customizable.",

@@ -5,0 +5,0 @@ "author": "Tom Quinonero <tomquinonero@hey.com>",

@@ -65,3 +65,4 @@ function drawShape(ctx, shape, x, y, size, ratio) {

let spacingX = parseInt(props.get(`--pattern-spacing`));
let spacingY = spacingX * parseInt(props.get(`--pattern-spacing-y-ratio`));
let spacingY =
spacingX * parseFloat(props.get(`--pattern-spacing-y-ratio`));
let offsetX = (spacingX - size) / 2;

@@ -68,0 +69,0 @@ let offsetY = (spacingY - size) / 2;

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