Socket
Socket
Sign inDemoInstall

postcss-convert-values

Package Overview
Dependencies
Maintainers
1
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 1.0.2 to 1.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.3
* Fixed a bug where filenames were being incorrectly transformed.
# 1.0.2

@@ -2,0 +6,0 @@

2

index.js

@@ -10,3 +10,3 @@ 'use strict';

var length = /^((?:[-+]?[\d]+?)(?:\.?(?:[\d]+?))?)?(%|em|ex|in|cm|mm|pt|pc|px)?$/;
var tidyValue = /([\d]*)?\.([^1-9]*)?$/;
var tidyValue = /^([\d]*)?\.([^1-9]*)?$/;

@@ -13,0 +13,0 @@ function durationOptimiser (value) {

{
"name": "postcss-convert-values",
"version": "1.0.2",
"version": "1.0.3",
"description": "Convert values with PostCSS (e.g. ms -> s)",

@@ -5,0 +5,0 @@ "main": "index.js",

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