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 1.3.0 to 1.3.1

1

dist/index.js

@@ -60,3 +60,2 @@ // Regex for identifying class names in CSS selectors

for (const classname of extractClasses(rule.selectorText)) {
console.log('INGESTING', classname);
defined.add(classname);

@@ -63,0 +62,0 @@ }

2

package.json
{
"name": "checkcss",
"version": "1.3.0",
"version": "1.3.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Utility method for warning when elements have a `class` attribute that refers to an undefined CSS class",

@@ -71,3 +71,2 @@ // Regex for identifying class names in CSS selectors

for (const classname of extractClasses(rule.selectorText)) {
console.log('INGESTING', classname);
defined.add(classname);

@@ -74,0 +73,0 @@ }

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