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

gulp-recipe-css

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-recipe-css - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

configReader.js

@@ -8,3 +8,3 @@ 'use strict';

return _.merge({
config = _.merge({
paths: {

@@ -18,2 +18,4 @@ tmp: 'tmp'

}, config);
config.sources = _.pick(config.sources, 'css');
return config;
};
{
"name": "gulp-recipe-css",
"version": "0.1.4",
"version": "0.1.5",
"description": "Recipe handling hooks for css processing in development",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -78,4 +78,7 @@ 'use strict';

*/
watch: config.tasks.watchCss
watch: config.tasks.watchCss,
pipes: {
assetCss: sources.css
}
}
};
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