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

css-doodle

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-doodle - npm Package Compare versions

Comparing version 0.30.3 to 0.30.4

2

package.json
{
"name": "css-doodle",
"version": "0.30.3",
"version": "0.30.4",
"description": "A web component for drawing patterns with CSS",

@@ -5,0 +5,0 @@ "main": "css-doodle.js",

@@ -57,2 +57,3 @@ import { next_id } from '../utils/index.js';

for (let [name, value] of Object.entries(this.attrs)) {
value = removeQuotes(value);
attrs.push(`${name}="${value}"`);

@@ -59,0 +60,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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