Socket
Socket
Sign inDemoInstall

colorguard

Package Overview
Dependencies
24
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

3

package.json
{
"name": "colorguard",
"version": "1.2.0",
"version": "1.2.1",
"description": "Keep a watchful eye on your css colors",
"main": "index.js",
"preferGlobal": true,
"scripts": {

@@ -8,0 +7,0 @@ "lint": "jshint .",

@@ -68,3 +68,3 @@ [![Build Status](https://travis-ci.org/SlexAxton/css-colorguard.svg?branch=master)](https://travis-ci.org/SlexAxton/css-colorguard)

By default, colorguard will complain if identical colors are represented with different notations.
For example, `#000`, `#000000`, `rgba(0, 0, 0, 0), and `black`. If you want to permit these
For example, `#000`, `#000000`, `rgba(0, 0, 0, 0)`, and `black`. If you want to permit these
equivalent notations, set this option to `true`.

@@ -71,0 +71,0 @@

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