New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pngcrush-bin

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pngcrush-bin - npm Package Compare versions

Comparing version

to
0.1.15

5

cli.js

@@ -7,3 +7,4 @@ #!/usr/bin/env node

spawn(binPath, process.argv.slice(2), { stdio: 'inherit' })
.on('exit', process.exit);
spawn(binPath, process.argv.slice(2), {
stdio: 'inherit'
}).on('exit', process.exit);

2

index.js

@@ -38,3 +38,3 @@ 'use strict';

.src('http://downloads.sourceforge.net/project/pmt/pngcrush/1.7.73/pngcrush-1.7.73.zip')
.make('make && mkdir ' + bin.dest() + ' && mv ./pngcrush ' + bin.use());
.make('make && mkdir -p ' + bin.dest() + ' && mv ./pngcrush ' + bin.use());

@@ -41,0 +41,0 @@ return builder.build(function (err) {

{
"name": "pngcrush-bin",
"version": "0.1.13",
"version": "0.1.15",
"description": "Pngcrush wrapper that makes it seamlessly available as a local dependency on OS X, Linux",

@@ -16,4 +16,9 @@ "keywords": [

"email": "shogo.sensui@gmail.com",
"url": "http://1000ch.net"
"url": "https://github.com/1000ch"
},
"maintainer": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bin": {

@@ -20,0 +25,0 @@ "pngcrush": "cli.js"