Socket
Socket
Sign inDemoInstall

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.5.1 to 4.5.2

6

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

@@ -21,4 +21,5 @@ "main": "dist/index.cjs",

"test:simple": "cd test/simple && rm -rf output && rollup -c && cmp output/output.js expected.js && cmp output/output.css expected.css && cd ../..",
"test:unique": "cd test/unique && rm -rf output && rollup -c && cmp output/main.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 && npm run test:circular",
"test": "npm run test:simple && npm run test:nested && npm run test:empty && npm run test:circular && npm run test:unique",
"test:win": "npm run test:win:simple",

@@ -59,5 +60,4 @@ "lint": "prettier rollup.config.js src/**",

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

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