Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-css-only

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-css-only - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

6

package.json
{
"name": "rollup-plugin-css-only",
"version": "4.3.0",
"version": "4.4.0",
"description": "Rollup plugin that bundles imported css",

@@ -52,3 +52,3 @@ "main": "dist/index.cjs",

"peerDependencies": {
"rollup": "<4"
"rollup": "<5"
},

@@ -60,4 +60,4 @@ "dependencies": {

"@rollup/plugin-buble": "^1.0.0",
"rollup": "<4"
"rollup": "<5"
}
}

@@ -29,3 +29,4 @@ # Rollup plugin that bundles imported css

```
# v4 is compatible with Rollup 3 & 2
# v4 is compatible with Rollup 4 & 3 & 2
# Rollup 4 since v4.4
npm install --save-dev rollup-plugin-css-only

@@ -32,0 +33,0 @@ ```

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