New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@diesdasdigital/csslint

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@diesdasdigital/csslint - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

11

bin/index.js

@@ -135,2 +135,3 @@ #!/usr/bin/env node

node.name !== componentName &&
!node.name.startsWith(`${componentName}--`) &&
!node.name.startsWith(`${componentName}__`)

@@ -145,6 +146,3 @@ ) {

componentName
)} should start with ${colors.blue(`${componentName}__`)}.
Renaming your class as
${colors.green(`.${componentName}__${node.name}`)}
would solve the problem.`;
)} should start with ${colors.blue(`${componentName}__`)}`;
}

@@ -173,6 +171,3 @@

`${componentName}__`
)}.
Renaming your animation as
${colors.green(`${componentName}__${animationName}`)}
would solve the problem.`;
)}`;
}

@@ -179,0 +174,0 @@ }

{
"name": "@diesdasdigital/csslint",
"version": "1.0.2",
"version": "2.0.0",
"description": "Linter for our CSS architecture",

@@ -5,0 +5,0 @@ "main": "./bin/index.js",

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