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

csscomb-linter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csscomb-linter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

1

bin/cli.js

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

filename: path.basename(filePath),
filePath: filePath,
syntax: path.extname(filePath).replace('.', '')

@@ -70,0 +71,0 @@ };

2

lib/csscomb-linter.js

@@ -71,3 +71,3 @@ 'use strict';

if (options.filename) {
this.push(util.format('%s: CSScomb linting failed for that file\n', options.filename));
this.push(util.format('%s: CSScomb linting failed for that file\n', options.filePath));
} else {

@@ -74,0 +74,0 @@ this.push('CSScomb linting failed\n');

{
"name": "csscomb-linter",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linter for CSS based on the csscomb",

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

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