Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-combo

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-combo - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/combo.js

@@ -45,3 +45,3 @@ /**

cfg.dest = cfg.output = path.resolve(path.normalize(cfg.dest));
cfg.dest = cfg.output = cfg.dest ? path.resolve(path.normalize(cfg.dest)) : '';

@@ -48,0 +48,0 @@ cfg.suffix = cfg.suffix || '.combo';

@@ -64,3 +64,3 @@ /**

},
analyze: function(src, dest, options, callback){
analyze: function(src, options, callback){
for(var i = 1; i < arguments.length; i++){

@@ -72,3 +72,3 @@ if(_.isFunction(arguments[i])){

}
var walker = _iterator(src, dest, options);
var walker = _iterator(src, undefined, options);
walker(function(item, cb){

@@ -75,0 +75,0 @@ var c = _.merge(item.options, {

{
"name": "css-combo",
"version": "0.5.0",
"version": "0.5.1",
"description": "css module combo tool",

@@ -5,0 +5,0 @@ "author": "daxingplay <daxingplay@gmail.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