css-brunch
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,2 +0,5 @@ | ||
## css-brunch 1.0.0 (unreleased) | ||
## css-brunch 1.1.0 (April 09, 2012) | ||
* Added windows support. | ||
## css-brunch 1.0.0 (March 14, 2012) | ||
* Initial release |
{ | ||
"name": "css-brunch", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Adds CSS support to brunch.", | ||
@@ -13,4 +13,4 @@ "author": "Paul Miller (http://paulmillr.com/)", | ||
"scripts": { | ||
"postinstall": "./node_modules/coffee-script/bin/coffee -o lib/ src/", | ||
"test": "./node_modules/mocha/bin/mocha --require test/common.js" | ||
"postinstall": "node setup.js postinstall", | ||
"test": "node setup.js test" | ||
}, | ||
@@ -17,0 +17,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
2729
8
42
1