Socket
Socket
Sign inDemoInstall

optipng-bin

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optipng-bin - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

cli.js

29

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

@@ -13,4 +13,2 @@ "keywords": [

],
"homepage": "https://github.com/yeoman/node-optipng-bin",
"bugs": "https://github.com/yeoman/node-optipng-bin/issues",
"author": {

@@ -23,5 +21,2 @@ "name": "Sindre Sorhus",

{
"name": "Duncan Wong"
},
{
"name": "Kevin Martensson",

@@ -32,5 +27,5 @@ "email": "kevinmartensson@gmail.com",

],
"main": "lib/optipng",
"main": "index.js",
"bin": {
"optipng": "bin/optipng.js"
"optipng": "cli.js"
},

@@ -42,7 +37,7 @@ "repository": {

"scripts": {
"test": "mocha",
"postinstall": "node lib/check.js"
"test": "mocha --reporter list --timeout 0",
"postinstall": "node index.js"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},

@@ -55,12 +50,14 @@ "licenses": [

"dependencies": {
"bin-wrapper": "~0.1.3",
"chalk": "~0.2.0"
"bin-wrapper": "~0.2.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.13.0"
"bin-check": "~0.1.0",
"mocha": "~1.18.2",
"rimraf": "~2.2.6"
},
"files": [
"bin",
"lib"
"cli.js",
"index.js"
]
}
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