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.2.0 to 4.3.0

5

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

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

"dev": "rollup -cw",
"test:circular": "cd test/circular && rm -rf output && rollup -c && cd ../..",
"test:nested": "cd test/nested && rm -rf output && rollup -c && cmp output/output.js expected.js && cmp output/output.css expected.css && cd ../..",

@@ -22,3 +23,3 @@ "test:empty": "cd test/empty && rm -rf output && rollup -c && cmp output/output.js expected.js && cmp output/output.css expected.css && cd ../..",

"test:win:simple": "cd .\\test\\simple && del -f output.* && rollup -c && cd .. && ECHO n|comp simple\\output.js expected.js && ECHO n|comp simple\\output.css simple\\expected.css && cd ..",
"test": "npm run test:simple && npm run test:nested && npm run test:empty",
"test": "npm run test:simple && npm run test:nested && npm run test:empty && npm run test:circular",
"test:win": "npm run test:win:simple",

@@ -25,0 +26,0 @@ "lint": "prettier rollup.config.js src/**",

dist/index.cjs

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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