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
1
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.1.0 to 1.1.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## css-brunch 1.1.1 (April 15, 2012)
* Fixed error reporting when installing the package.
## css-brunch 1.1.0 (April 09, 2012)

@@ -2,0 +5,0 @@ * Added windows support.

2

package.json
{
"name": "css-brunch",
"version": "1.1.0",
"version": "1.1.1",
"description": "Adds CSS support to brunch.",

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

@@ -12,3 +12,3 @@ var exec = require('child_process').exec;

exec(command, function(error, stdout, stderr) {
if (error != null) return process.stderr.write('Error', stderr.toString());
if (error != null) return process.stderr.write(stderr.toString());
process.stdout.write(stdout.toString());

@@ -15,0 +15,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