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

postcss-convert-values

Package Overview
Dependencies
Maintainers
8
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-convert-values - npm Package Compare versions

Comparing version 7.0.3 to 7.0.4

4

package.json
{
"name": "postcss-convert-values",
"version": "7.0.3",
"version": "7.0.4",
"description": "Convert values with PostCSS (e.g. ms -> s)",

@@ -37,3 +37,3 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.4.40"
"postcss": "^8.4.45"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

@@ -93,2 +93,5 @@ 'use strict';

: '');
if (node.value === '0ms') {
node.value = '0s';
}
} else {

@@ -95,0 +98,0 @@ node.value = convert(num, u, opts);

Sorry, the diff of this file is not supported yet

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