Socket
Socket
Sign inDemoInstall

beezlib

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beezlib - npm Package Compare versions

Comparing version 0.9.10 to 0.9.11

20

lib/image/index.js

@@ -66,7 +66,7 @@ /**

proc.stdout.on('data', function (data) {
logger.message(data.toString());
logger.debug(data.toString());
});
proc.stderr.on('data', function (data) {
logger.message(data.toString());
logger.debug(data.toString());
});

@@ -111,3 +111,3 @@

proc.stdout.on('data', function (data) {
logger.message(data.toString());
logger.debug(data.toString());
});

@@ -117,3 +117,3 @@

err += data;
logger.error(data.toString());
logger.debug(data.toString());
});

@@ -158,3 +158,3 @@

proc.stdout.on('data', function (data) {
logger.message(data.toString());
logger.debug(data.toString());
});

@@ -164,3 +164,3 @@

err += data;
logger.message(data.toString());
logger.debug(data.toString());
});

@@ -250,3 +250,3 @@

}
logger.message('optipng:', path);
logger.info('execute optipng:', path);
next();

@@ -266,3 +266,3 @@ });

}
logger.message('pngquant:', path);
logger.info('execute pngquant:', path);
next();

@@ -274,3 +274,3 @@

if (REG_JPEGOPTIM_FILE.test(path) && options.jpegoptim) { // jpegoptim
if (REG_JPEGOPTIM_FILE.test(path) && options.jpegoptim.use) { // jpegoptim
bucks.add(function(err, res, next) {

@@ -285,3 +285,3 @@ self.jpegoptim(path, options.jpegoptim.options, function(err) {

logger.message('jpegoptim:', path);
logger.info('executejpegoptim:', path);
next();

@@ -288,0 +288,0 @@

{
"name": "beezlib",
"version": "0.9.10",
"version": "0.9.11",
"description": "The utility library for Node.js using beez projects.",

@@ -12,2 +12,5 @@ "keywords": [

"handlebars",
"jpegoptim",
"optipng",
"pngquant",
"csssprite"

@@ -44,2 +47,22 @@ ],

"url": "https://github.com/maginemu"
},
{
"name": "Satoru HIRAKI",
"email": "hiraki_satoru@cyberagent.co.jp",
"url": "https://github.com/Layzie"
},
{
"name": "Yuhei Aihara",
"email": "aihara_yuhei@cyberagent.co.jp",
"url": "https://github.com/yuhei-a"
},
{
"name": "Masaki Sueda",
"email": "sueda_masaki@cyberagent.co.jp",
"url": "https://github.com/masakisueda"
},
{
"name": "Takumi Ohashi",
"email": "ohashi_takumi@cyberagent.co.jp",
"url": "https://github.com/maginemu"
}

@@ -46,0 +69,0 @@ ],

@@ -145,2 +145,4 @@ beezlib

- Yuhei Aihara - [github](https://github.com/yuhei-a)
- Masaki Sueda - [@maaaaaaa0701](https://twitter.com/maaaaaaa0701) [github](https://github.com/masakisueda)
- Takumi Ohashi - [@__t93](https://twitter.com/__t93) [github](https://github.com/t93)

@@ -147,0 +149,0 @@ ## Copyright

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