🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

reduce-css-calc

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reduce-css-calc - npm Package Versions

234

2.1.8

Diff
moox
published 2.1.8 •

Changelog

Source

2.1.8 - 2020-01-08

  • Fix Parse error on custom property fallback (#68) - @snowystinger)
moox
published 2.1.7 •

Changelog

Source

2.1.7 - 2019-10-22

  • Switch to a maintained jison fork (#57) - @davidgovea)
semigradsky
published 2.1.6 •

Changelog

Source

2.1.6 - 2019-01-11

  • Fixed: Incorrect calculation when subtracting (e.g. calc(100% - calc(120px + 1em + 2em + 100px))) (#52 - @sylvainpolletvillard)
moox
published 2.1.5 •

Changelog

Source
moox
published 2.1.4 •

Changelog

Source

2.1.4 - 2018-01-22

  • Prevent webpack parsing issue (see https://github.com/zaach/jison/pull/352)
semigradsky
published 2.1.3 •

Changelog

Source

2.1.3 - 2017-11-27

  • Fixed: Incorrect reduction for a specific case (e.g. calc(1em + (1em - 5px))) (#43 - @Justineo)
semigradsky
published 2.1.2 •

Changelog

Source

2.1.2 - 2017-11-26

  • Fixed: Incorrect reduction of division with custom property (e.g. calc(var(--foo) / 2)) (#41 - @Semigradsky)
semigradsky
published 2.1.1 •

Changelog

Source

2.1.1 - 2017-10-12

  • Fixed: Incorrect reduction of nested expression (e.g. calc( (1em - calc( 10px + 1em)) / 2)) (#39 - @gyoshev)
semigradsky
published 2.1.0 •

Changelog

Source

2.1.0 - 2017-10-10

  • Added: Support for working in browsers without transpiling (#36 - @Semigradsky)
  • Fixed: calc(100vw - (100vw - 100%)) does not evaluate to 100% (#35 - @Semigradsky)
beneb
published 2.0.5 •

Changelog

Source

2.0.5 - 2017-05-12

  • Fixed: Support division with a CSS variable.