Socket
Socket
Sign inDemoInstall

@mapbox/postcss-html-filter

Package Overview
Dependencies
Maintainers
219
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/postcss-html-filter - npm Package Versions

3.0.0

Diff

Changelog

Source

3.0.0

  • update dependencies, eslint rules, and travis config.
mapbox-npm-04
published 2.0.0 •

Changelog

Source

2.0.0

  • Update dependencies and require Node version >=10.
davidtheclark
published 1.0.1 •

Changelog

Source

1.0.1

  • Strip all pseudo-elements and -classes from selectors before checking them. The resultant increase in CSS size should be minor (e.g. you might keep that .foo:nth-child(8) selector that isn't really used); but the potential for bugs in this library much, much lower. This should not be a breaking change. It fixes some possible bugs; and the only downside is it could possibly add some weight to your inlined CSS, if your CSS uses a lot of pseudo selectors.
davidtheclark
published 1.0.0 •

Changelog

Source

1.0.0

  • Release v1, because it's time.
davidtheclark
published 0.3.1 •

Changelog

Source

0.3.1

  • [Fix] More improvements to handling of pseudo selectors.
davidtheclark
published 0.3.0 •

Changelog

Source

0.3.0

  • [Breaking fix] Revamp handling of pseudo selectors. Pseudo-elements are stripped while checking, but pseudo-classes are passed to Cheerio, which interprets them accurately.
davidtheclark
published 0.2.0 •

Changelog

Source

0.2.0

  • Start this log.
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