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 2.1.42 to 2.1.89

19

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

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

"cli": "^1.0.1",
"commander": "^9.0.0",
"commander": "^10.0.0",
"css": "^3.0.0",

@@ -32,6 +32,6 @@ "css-shorthand-properties": "^1.1.1",

"fast-stats": "0.0.6",
"glob": "^8.0.1",
"glob": "^9.3.0",
"http-proxy-agent": "^5.0.0",
"node-fetch": "^3.0.0",
"onecolor": "^3.1.0",
"onecolor": "^4.0.0",
"specificity": "^0.4.1"

@@ -43,9 +43,9 @@ },

"browserslist": "^4.11.1",
"check-dts": "^0.6.1",
"check-dts": "^0.7.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^28.0.0",
"jest": "^29.0.0",
"postcss": "^8.3.6",
"prettier": "2.7.1"
"prettier": "2.8.4"
},

@@ -62,3 +62,4 @@ "optionalDependencies": {

"prefixes": "npx browserslist@latest --update-db; DEBUG=* node data/prefixes.js",
"bump-version-patch": "npm version patch && git add -A . && git push origin master && git push --tags && ./create-gh-release.sh"
"bump-version-patch": "npm version patch && git add -A . && git push origin master && git push --tags && ./create-gh-release.sh",
"check-dts": "check-dts lib/*.d.ts"
},

@@ -65,0 +66,0 @@ "jshintConfig": {

@@ -10,3 +10,3 @@ "use strict";

function rule(analyzer) {
var re = /data:[^/]+\/([^;]+)(?:;charset=[^;]+)?;base64,([a-zA-Z0-9][^)]+)/;
var re = /data:[^/]+\/([^;]+)(?:;charset=[^;]+)?;base64,([^)]+)/;
analyzer.setMetric("base64Length");

@@ -13,0 +13,0 @@

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