New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-brunch

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-brunch - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

3

index.js

@@ -20,5 +20,6 @@ 'use strict';

this.config = cfg.plugins && cfg.plugins.css || {};
this.modules = !!(this.config.modules || this.config.cssModules);
}
compile(params) {
if (this.config.cssModules) {
if (this.modules) {
return cssModulify(params.path, params.data, params.map);

@@ -25,0 +26,0 @@ } else {

{
"name": "css-brunch",
"version": "2.6.0",
"version": "2.6.1",
"description": "Adds CSS support to brunch.",

@@ -5,0 +5,0 @@ "author": "Paul Miller (http://paulmillr.com/)",

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