Socket
Socket
Sign inDemoInstall

analyze-css

Package Overview
Dependencies
Maintainers
1
Versions
193
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.0.0 to 2.1.0

8

lib/runner.js

@@ -37,6 +37,8 @@ /**

*/
function request(requestOptions, callback) {
var debug = require("debug")("analyze-css:http"),
fetch = require("node-fetch");
async function request(requestOptions, callback) {
const debug = require("debug")("analyze-css:http");
// eslint-disable-next-line node/no-unsupported-features/es-syntax
const fetch = (await import("node-fetch")).default;
debug("GET %s", requestOptions.url);

@@ -43,0 +45,0 @@ debug("Options: %j", requestOptions);

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

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

"glob": "^7.1.6",
"http-proxy-agent": "^4.0.1",
"node-fetch": "^2.6.0",
"http-proxy-agent": "^5.0.0",
"node-fetch": "^3.0.0",
"onecolor": "^3.1.0",

@@ -49,3 +49,3 @@ "specificity": "^0.4.1"

"postcss": "^8.3.6",
"prettier": "2.3.2"
"prettier": "2.4.1"
},

@@ -52,0 +52,0 @@ "optionalDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc