Socket
Socket
Sign inDemoInstall

analyze-css

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyze-css - npm Package Compare versions

Comparing version 0.12.10 to 0.12.11

2

lib/preprocessors/sass.js

@@ -28,3 +28,3 @@ /**

var includeDir = path.dirname(options.file);
var includeDir = options.file ? path.dirname(options.file) : undefined;
debug('Using "%s" include path', includeDir);

@@ -31,0 +31,0 @@

{
"name": "analyze-css",
"version": "0.12.10",
"version": "0.12.11",
"author": "Maciej Brencz <maciej.brencz@gmail.com> (https://github.com/macbre)",

@@ -24,4 +24,4 @@ "description": "CSS selectors complexity and performance analyzer",

"cli": "^1.0.1",
"commander": "^5.1.0",
"css": "^2.2.4",
"commander": "^6.0.0",
"css": "^3.0.0",
"css-shorthand-properties": "^1.1.1",

@@ -28,0 +28,0 @@ "debug": "^4.1.1",

@@ -6,2 +6,3 @@ analyze-css

[![Known Vulnerabilities](https://snyk.io/test/github/macbre/analyze-css/badge.svg)](https://snyk.io/test/github/macbre/analyze-css)
[![Inline docs](http://inch-ci.org/github/macbre/analyze-css.svg?branch=devel&style=flat-square)](http://inch-ci.org/github/macbre/analyze-css)

@@ -8,0 +9,0 @@ [![Download stats](https://nodei.co/npm/analyze-css.png?downloads=true&downloadRank=true)](https://nodei.co/npm/analyze-css/)

Sorry, the diff of this file is too big to display

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