Socket
Socket
Sign inDemoInstall

optipng-bin

Package Overview
Dependencies
98
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

16

index.js

@@ -13,10 +13,10 @@ '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')
var bin = new BinWrapper({ version: 0.7.4 })
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/osx/optipng', 'darwin')
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/linux/x86/optipng', 'linux', 'x86')
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/linux/x64/optipng', 'linux', 'x64')
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/freebsd/optipng', 'freebsd')
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/sunos/x86/optipng', 'sunos', 'x86')
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/sunos/x64/optipng', 'sunos', 'x64')
.src('https://raw.github.com/yeoman/node-optipng-bin/0.3.6/vendor/win/optipng.exe', 'win32')
.dest(path.join(__dirname, 'vendor'))

@@ -23,0 +23,0 @@ .use(process.platform === 'win32' ? 'optipng.exe' : 'optipng');

{
"name": "optipng-bin",
"version": "0.3.5",
"version": "0.3.6",
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency on OS X, Linux, FreeBSD and Windows",

@@ -5,0 +5,0 @@ "license": "BSD",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc