Socket
Socket
Sign inDemoInstall

css-property-browser-h4cks-analyzer

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    css-property-browser-h4cks-analyzer

A test to determine whether a CSS property is considered a browser hack


Version published
Weekly downloads
31
increased by93.75%
Maintainers
1
Install size
11.4 kB
Created
Weekly downloads
 

Readme

Source

css-property-browser-h4cks-analyzer

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

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

Installation

npm install css-property-browser-h4cks-analyzer

# or

yarn add css-property-browser-h4cks-analyzer

Usage

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

// CSS declaration example => .selector { _property: value; }
console.log(isBrowserHack('_property'))
// => true

console.log(isBrowserHack('color'))
// => 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

FAQs

Last updated on 01 Sep 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc