Socket
Socket
Sign inDemoInstall

analyze-css

Package Overview
Dependencies
12
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.1 to 0.12.2

5

bin/analyze-css.js

@@ -108,6 +108,3 @@ #!/usr/bin/env node

console.log(output);
// done
process.exit(0);
process.stdout.write(output);
});

18

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

@@ -23,3 +23,3 @@ "description": "CSS selectors complexity and performance analyzer",

"dependencies": {
"cli": "^0.11.1",
"cli": "^0.11.3",
"css": "2.2.x",

@@ -29,5 +29,5 @@ "css-shorthand-properties": "1.0.x",

"fast-stats": "0.0.x",
"glob": "^7.0.5",
"glob": "^7.0.6",
"http-proxy-agent": "^1.0.0",
"node-fetch": "^1.5.3",
"node-fetch": "^1.6.0",
"onecolor": "^3.0.4",

@@ -40,7 +40,7 @@ "optimist": "0.6.x",

"autoprefixer-core": "^6.0.1",
"browserslist": "^1.3.3",
"istanbul": "^0.4.4",
"js-beautify": "^1.6.3",
"jshint": "2.9.x",
"mocha": "^2.5.3"
"browserslist": "^1.3.6",
"istanbul": "^0.4.5",
"js-beautify": "^1.6.4",
"jshint": "^2.9.3",
"mocha": "^3.0.2"
},

@@ -47,0 +47,0 @@ "bin": "./bin/analyze-css.js",

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc