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 1.6.0 to 1.7.0

4

lib/index.js

@@ -16,4 +16,4 @@ // Generated by CoffeeScript 1.6.3

CSSCompiler.prototype.compile = function(data, path, callback) {
return callback(null, data);
CSSCompiler.prototype.compile = function(params, callback) {
return callback(null, params);
};

@@ -20,0 +20,0 @@

{
"name": "css-brunch",
"version": "1.6.0",
"version": "1.7.0",
"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