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

postcss-utilities

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-utilities - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

CHANGELOG.md
# Change Log
# v0.5.1
- Change string interpolation to single quotes
# v0.5.0

@@ -4,0 +8,0 @@

5

lib/text-stroke.js

@@ -25,5 +25,6 @@ /**

if (smooth) {
textShadow += `${w}${unit} ${h}${unit} 1${unit} ${color},`;
textShadow += w + unit + ' ' + h + unit + ' 1' +
unit + ' ' + color + ',';
} else {
textShadow += `${w}${unit} ${h}${unit} 0 ${color},`;
textShadow += w + unit + ' ' + h + unit + ' 0 ' + color + ',';
}

@@ -30,0 +31,0 @@ }

{
"name": "postcss-utilities",
"version": "0.5.0",
"version": "0.5.1",
"description": "PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS",

@@ -5,0 +5,0 @@ "keywords": [

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