Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

checkcss

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

checkcss - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

dist/CheckCSS.js

@@ -28,3 +28,3 @@ import { isCSSStyleRule, isElement, isGroupingRule, isLinkElement, parseSelectorForClassnames, } from './util.js';

onUndefinedClassname(classname) {
console.log(`%ccheckcss%c: No CSS rule for %c.${classname}%c, referenced by: %o`, 'color: darkorange', '', 'font-weight: bold', '', this.#documentElement.querySelectorAll(`.${classname}`));
console.log(`%ccheckcss%c: No CSS rule for %c.${classname}%c, referenced by: %o`, 'color: darkorange', '', 'font-weight: bold', '', this.#documentElement.querySelectorAll(`.${CSS.escape(classname)}`));
}

@@ -31,0 +31,0 @@ constructor(document = window.document) {

{
"name": "checkcss",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Detect references to undefined CSS classes",

Sorry, the diff of this file is not supported yet

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