optipng-bin
Advanced tools
Comparing version 0.3.8 to 0.3.9
16
index.js
@@ -14,9 +14,9 @@ 'use strict'; | ||
var bin = new BinWrapper() | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/osx/optipng', 'darwin') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/linux/x86/optipng', 'linux', 'x86') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/linux/x64/optipng', 'linux', 'x64') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/freebsd/optipng', 'freebsd') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/sunos/x86/optipng', 'sunos', 'x86') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/sunos/x64/optipng', 'sunos', 'x64') | ||
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.4/vendor/win/optipng.exe', 'win32') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/osx/optipng', 'darwin') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/linux/x86/optipng', 'linux', 'x86') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/linux/x64/optipng', 'linux', 'x64') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/freebsd/optipng', 'freebsd') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/sunos/x86/optipng', 'sunos', 'x86') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/sunos/x64/optipng', 'sunos', 'x64') | ||
.src('https://raw.github.com/imagemin/optipng-bin/0.3.9/vendor/win/optipng.exe', 'win32') | ||
.dest(path.join(__dirname, 'vendor')) | ||
@@ -36,3 +36,3 @@ .use(process.platform === 'win32' ? 'optipng.exe' : 'optipng'); | ||
var builder = new BinBuild() | ||
.src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.4/optipng-0.7.4.tar.gz') | ||
.src('http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5.tar.gz') | ||
.cfg('./configure --with-system-zlib --prefix="' + bin.dest() + '" --bindir="' + bin.dest() + '"') | ||
@@ -39,0 +39,0 @@ .make('make install'); |
{ | ||
"name": "optipng-bin", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency on OS X, Linux, FreeBSD and Windows", | ||
"license": "BSD", | ||
"repository": "yeoman/optipng-bin", | ||
"repository": "imagemin/optipng-bin", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Sindre Sorhus", |
@@ -1,2 +0,2 @@ | ||
# node-optipng-bin [![Build Status](https://secure.travis-ci.org/yeoman/node-optipng-bin.svg?branch=master)](http://travis-ci.org/yeoman/node-optipng-bin) | ||
# optipng-bin [![Build Status](https://secure.travis-ci.org/imagemin/optipng-bin.svg?branch=master)](http://travis-ci.org/imagemin/optipng-bin) | ||
@@ -30,3 +30,3 @@ [OptiPNG](http://optipng.sourceforge.net) 0.7.4 Node.js wrapper that makes it seamlessly available as a local dependency on OS X, Linux, FreeBSD, Solaris and Windows. | ||
```bash | ||
$ npm install --global optipng | ||
$ npm install --global optipng-bin | ||
``` | ||
@@ -33,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4251