New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Versions

1
19

0.26.4

Diff

Changelog

Source

0.26.4

  • Renamed @offset to @position.
  • Fixed missing output extra value.

<br /> <br />

yuanchuan
published 0.26.3 •

Changelog

Source

0.26.3

Fixes

  • Do not expose error for empty arguments.
  • Return function name if it's not being registered.

<br /> <br />

yuanchuan
published 0.26.2 •

Changelog

Source

0.26.2

Fixes

  • Fixed context value by adding signature for each sequence.
  • Fixed SVG parsing on tail quotes of statement.
  • Fixed SVG inline definition for href property.
  • Added missing textPath as the text element.

<br /> <br />

yuanchuan
published 0.26.1 •

Changelog

Source

0.26.1

Fixes

  • Fixed undefined Expose.
  • Prevent error for incomplete code.

<br /> <br />

yuanchuan
published 0.26.0 •

Changelog

Source

0.26.0

Features

  • Added @P (uppercase) function for picking a different value from last one.
  • The @p function with no arguments will use the arguments from last @p function.

Enhancement

  • Set default width and height to 100% for doodle background.
  • Transform values with Math.ceil for sequence generators.

Fixes

  • Fixed tail semicolons for variables.
  • Fixed context in nested sequence functions.
  • Fixed arguments parsing to ignore last empty args.

<br /> <br />

yuanchuan
published 0.25.2 •

Changelog

Source

0.25.2

Enhancement

  • Support reading CSS variables inside functions.

<br /> <br />

yuanchuan
published 0.25.1 •

Changelog

Source

0.25.1

Fixes

  • Do not remove spaces around parens.
  • Fix svg arguments transform.

<br /> <br />

yuanchuan
published 0.25.0 •

Changelog

Source

0.25.0

Fixes

  • Fixed keyframes parsing error. (#54)
  • Fixed comments inside pseudo elements. (#56, #57)

Enhancement

  • Don't break in SSR apps.
  • Speeded up component initialization.

Features

  • Added support for inline SVG filters or gradients.
    background: @svg(
      viewBox: -5 -5 10 10;
      circle {
        r: 4;
        fill: linearGradient {
    
        }
      }
    )
    

<br /> <br />

yuanchuan
published 0.24.4 •

Changelog

Source

0.24.4

  • Added ux, uy, uw, and uh uniform variables.
  • Improved svg parsing.
  • Added support for tspan and multiple text nodes.

<br /> <br />

yuanchuan
published 0.24.3 •

Changelog

Source

0.24.3

  • Improved @svg() function for style tags and inline styles.
  • Improved @svg() function for expanding id to empty blocks.
  • Fixed tests on Windows.

<br /> <br />

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