Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gifsicle

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gifsicle - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

0

bin/gifsicle.js

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ 'use strict';

3

lib/gifsicle.js
'use strict';
var path = require('path');
var url = require('url');
var which = require('which');

@@ -10,3 +9,3 @@ var target = {

src: 'http://www.lcdf.org/gifsicle/gifsicle-1.71.tar.gz',
pathPrefix: '../bin',
pathPrefix: '../vendor',
urlPrefix: 'vendor',

@@ -13,0 +12,0 @@ platforms: {

@@ -5,2 +5,3 @@ 'use strict';

var os = require('os');
var mkdir = require('mkdirp');
var chalk = require('chalk');

@@ -22,2 +23,6 @@ var exec = require('child_process').exec;

if (!fs.existsSync(path.dirname(dest))) {
mkdir.sync(path.dirname(dest));
}
return progress(request.get(url))

@@ -24,0 +29,0 @@ .on('response', function (resp) {

{
"name": "gifsicle",
"version": "0.1.1",
"version": "0.1.2",
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency on OS X, Linux and Windows",

@@ -36,3 +36,4 @@ "keywords": [

"request-progress": "~0.2.1",
"chalk": "~0.2.0"
"chalk": "~0.2.0",
"mkdirp": "~0.3.5"
},

@@ -39,0 +40,0 @@ "engines": {

@@ -8,2 +8,7 @@ # node-gifsicle [![Build Status](https://secure.travis-ci.org/yeoman/node-gifsicle.png?branch=master)](http://travis-ci.org/yeoman/node-gifsicle)

## Install
Install with [npm](https://npmjs.org/package/gifsicle): `npm install --save gifsicle`
## Example usage

@@ -10,0 +15,0 @@

@@ -0,0 +0,0 @@ /*global describe, it */

@@ -0,0 +0,0 @@ /*global describe, it, after */

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