Socket
Socket
Sign inDemoInstall

buddy

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buddy - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

CHANGELOG.md
# Changelog
**3.0.0** - Aug 2x, 2015
**3.0.1** - Sept 2, 2015
* correctly handle inlining of images
* update dependencies
**3.0.0** - Aug 26, 2015
* greatly simplify configuration by removing need to define targets by type

@@ -5,0 +9,0 @@ * replace`--targets` subcommand with `--grep <pattern>` and `--invert` subcommands and `label` parameter to specify specific targets to run

@@ -268,2 +268,5 @@ 'use strict';

// Unknown
workflows.unknown = [['load'], [], []];
return workflows;

@@ -270,0 +273,0 @@ }

4

lib/file.js

@@ -422,6 +422,6 @@ 'use strict';

debug('compressed: ' + strong(this.relpath), 4);
fn();
} catch (err) {
fn(err);
return fn(err);
}
fn();
};

@@ -428,0 +428,0 @@

@@ -22,2 +22,4 @@ 'use strict';

}
return 'unknown';
};
{
"name": "buddy",
"description": "A fast, simple build tool for js/css/html projects.",
"version": "3.0.0",
"version": "3.0.1",
"author": "popeindustries <alex@pope-industries.com>",

@@ -18,9 +18,9 @@ "keywords": [

"buddy-cli": "3.0.0",
"chalk": "1.1.0",
"chalk": "1.1.1",
"csslint": "0.10.0",
"csso": "1.3.11",
"eslint": "1.2.1",
"eslint": "1.3.1",
"glob": "5.0.14",
"identify-resource": "5.1.1",
"inline-source": "4.0.1",
"inline-source": "4.1.1",
"lodash": "3.10.1",

@@ -41,3 +41,3 @@ "md5": "2.0.0",

"rimraf": "*",
"transfigure-babel": "5.8.22-3",
"transfigure-babel": "*",
"transfigure-coffeescript": "*",

@@ -44,0 +44,0 @@ "transfigure-dust": "*",

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