Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

css-selector-browser-h4cks-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-selector-browser-h4cks-analyzer

A test to determine whether a selector is a browser hack

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

css-selector-browser-h4cks-analyzer

Build Status Known Vulnerabilities Dependencies Status Dependencies Status XO code style Project: Wallace

A list of tests to determine whether a selector is a browser hack, derived from the formidable browserhacks.com (Repo).

Installation

npm install css-selector-browser-h4cks-analyzer

# or

yarn add css-selector-browser-h4cks-analyzer

Usage

const isBrowserHack = require('css-selector-browser-h4cks-analyzer')

console.log(isBrowserHack('* html'))
// => true

console.log(isBrowserHack('.my-selector'))
// => false
  • CSS Analyzer - CSS statistics module
  • Wallace CLI - CSS statistics in your CLI
  • CSS Analyzer Diff - Calculates the diff between two sets of CSS analysis
  • Color Sorter - Sort CSS colors by hue, saturation, lightness and opacity
  • Gromit CLI - A test framework to assert that CSS statistics don't exceed certain thresholds.

License

MIT © Bart Veneman

Keywords

css

FAQs

Package last updated on 01 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts