Socket
Socket
Sign inDemoInstall

csso

Package Overview
Dependencies
3
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

10

package.json
{
"name": "csso",
"version": "5.0.1",
"version": "5.0.2",
"description": "CSS minifier with structural optimisations",

@@ -25,3 +25,3 @@ "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",

"type": "module",
"main": "./lib/index",
"main": "./cjs/index.cjs",
"unpkg": "dist/csso.esm.js",

@@ -55,3 +55,3 @@ "jsdelivr": "dist/csso.esm.js",

"bundle-and-test": "npm run bundle && npm run test:dist",
"esm-to-cjs": "node scripts/esm-to-cjs",
"esm-to-cjs": "node scripts/esm-to-cjs.cjs",
"esm-to-cjs-and-test": "npm run esm-to-cjs && npm run test:cjs",

@@ -63,3 +63,3 @@ "coverage": "c8 --reporter=lcovonly npm test",

"dependencies": {
"css-tree": "~2.0.3"
"css-tree": "~2.0.4"
},

@@ -75,3 +75,3 @@ "devDependencies": {

"engines": {
"node": "^12.20.0 || ^14.13.0 || >=15.0.0",
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
"npm": ">=7.0.0"

@@ -78,0 +78,0 @@ },

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc