Socket
Socket
Sign inDemoInstall

postcss-flexbugs-fixes

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-flexbugs-fixes - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

bugs/bug81a.js
var postcss = require('postcss');
module.exports = function(decl) {
var regex = /(\d{1,}) (\d{1,}) (calc\(.*?\))/g;
var regex = /(\d{1,}) (\d{1,}) (calc\(.*\))/g;
var matches = regex.exec(decl.value);

@@ -6,0 +6,0 @@ if (decl.prop === 'flex' && matches) {

@@ -0,1 +1,4 @@

## 4.2.1
* Fix `calc` regex [#69](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/69)
## 4.2.0

@@ -2,0 +5,0 @@ * Don't change values that reference custom props [#64](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/64)

{
"name": "postcss-flexbugs-fixes",
"version": "4.2.0",
"version": "4.2.1",
"description": "PostCSS plugin This project tries to fix all of flexbug's issues",

@@ -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