css-doodle
Advanced tools
Comparing version 0.30.3 to 0.30.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
403640
11437