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

postcss-css-variables

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-css-variables - npm Package Versions

mlm
published 0.3.7 •
100

Supply Chain Security

100

Vulnerability

100

Quality

76

Maintenance

100

License

3 metrics improved

+1 file added

8 files modified

0

+145 lines added

-77 lines removed

0000

1 dependency updated

Changelog

Source

v0.3.7 - 2015-05-27

  • Fix #7: Support for child combinator
  • Added tests for child-combinator/direct-descendant coverage
mlm
published 0.3.6 •
100

Supply Chain Security

100

Vulnerability

100

Quality

76

Maintenance

100

License

1 alerts fixed

4 metrics improved

1 decreased metric

+1 file added

5 files modified

0

+96 lines added

-149 lines removed

Changelog

Source

v0.3.6 - 2015-05-21

  • Fix #6. Variable usage in comma separated selector to use proper scope
mlm
published 0.3.5 •
100

Supply Chain Security

100

Vulnerability

100

Quality

76

Maintenance

100

License

0 new alerts

3 metrics improved

1 decreased metric

+9 files added

4 files modified

0

+181 lines added

-454 lines removed

Changelog

Source

v0.3.5 - 2015-05-12

  • Big refactor of code to reduce cyclomatic complexity. Still needs work though.
  • Fix variable referencing another variable resolution when being changed by at-rule in non-root rule
mlm
published 0.3.3 •
100

Supply Chain Security

100

Vulnerability

100

Quality

76

Maintenance

100

License

1 metric improved

1 decreased metric

0

4 files modified

0

+10 lines added

-10 lines removed

+1 dependency added

+1 transitive dependency added

000

Changelog

Source

v0.3.3 - 2015-05-11

  • Add support for last piece of combinator chain in selector resolution matching. - .foo + .bar can match variables declared in .bar
mlm
published 0.3.2 •
100

Supply Chain Security

100

Vulnerability

100

Quality

76

Maintenance

100

License

2 metrics improved

1 decreased metric

0

4 files modified

0

+82 lines added

-46 lines removed

mlm
published 0.3.1 •
100

Supply Chain Security

100

Vulnerability

100

Quality

76

Maintenance

100

License

Changelog

Source

v0.3.1 - 2015-05-05

  • Large overhaul of code to make it more robust on proper scope resolution.
  • Fix [#2]](https://github.com/MadLittleMods/postcss-css-variables/issues/2)
mlm
published 0.2.3 •
100

Supply Chain Security

100

Vulnerability

99

Quality

76

Maintenance

100

License

Changelog

Source

v0.2.3 - 2015-05-04

  • Add support for CSS4 descendant selector >> syntax
mlm
published 0.2.2 •

Changelog

Source

v0.2.2 - 2015-05-01

  • Automatically prefix any variables defined in options.variables with -- (according to CSS custom property syntax).