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.2 to 5.0.3

dist/version.cjs

2

dist/version.js

@@ -1,1 +0,1 @@

export const version = "4.2.0";
export const version = "5.0.3";
{
"name": "csso",
"version": "5.0.2",
"version": "5.0.3",
"description": "CSS minifier with structural optimisations",

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

"type": "module",
"main": "./cjs/index.cjs",
"unpkg": "dist/csso.esm.js",
"jsdelivr": "dist/csso.esm.js",
"browser": {
"./cjs/version.cjs": "./dist/version.js",
"./cjs/version.cjs": "./dist/version.cjs",
"./lib/version.js": "./dist/version.js"
},
"main": "./cjs/index.cjs",
"module": "./lib/index.js",
"exports": {

@@ -34,0 +35,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