Socket
Socket
Sign inDemoInstall

ansi-gif

Package Overview
Dependencies
121
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

8

gif.js

@@ -53,3 +53,8 @@ var asynk = require('async');

count++;
done();
setTimeout(function(){
progress(count, ob.frames.length);
}, 0);
setTimeout(function(){
done();
}, 0);
});

@@ -71,2 +76,3 @@ }, function(){

setInterval(function(){
ob.rendered[frameNum]?ob.rendered[frameNum].split("\n").length:0;
if(first) first = false;

@@ -73,0 +79,0 @@ else console.log('\033['+(numLines+1)+'Am');

{
"name": "ansi-gif",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/khrome/ansi-gif",

@@ -36,9 +36,24 @@ "main": "gif.js",

"ascii-art-ansi": "^1.1.0",
"ascii-art-image": "^1.0.1",
"ascii-art-image": "^1.0.2",
"async": "^3.1.0",
"canvas": "^2.6.0",
"concat-frames": "^1.0.3",
"gauge": "^2.7.4",
"gif-stream": "^1.1.0",
"yargs": "^14.2.0"
},
"scripts": {
"nyan-cat": "./bin/ansi-gif -b 8 -d ratioDistance -a ultra-wide ./node_modules/ascii-art-docs/GIFs/nyan.gif",
"mj-popcorn":"./bin/ansi-gif -b 4 -a hatching ./node_modules/ascii-art-docs/GIFs/mj-popcorn.gif",
"beetlejuice-caseworker":"./bin/ansi-gif -b 8 -d rankedChannel -a hatching ./node_modules/ascii-art-docs/GIFs/beetlejuice-caseworker.gif",
"afro-ninja":"./bin/ansi-gif -b 8 -d rankedChannel -a ultra-wide ./node_modules/ascii-art-docs/GIFs/afro-ninja.gif",
"peanuts":"./bin/ansi-gif -b 8 -d classicByValue -a ultra-wide ./node_modules/ascii-art-docs/GIFs/pean.gif",
"geometry":"./bin/ansi-gif -b 8 -d classicByValue -a ultra-wide ./node_modules/ascii-art-docs/GIFs/geo.gif",
"maxell":"./bin/ansi-gif -b 8 -d classicByValue -a ultra-wide ./node_modules/ascii-art-docs/GIFs/random-hero.gif",
"moon":"./bin/ansi-gif -b 8 -d classicByValue -a ultra-wide ./node_modules/ascii-art-docs/GIFs/moon.gif",
"mr-sparkle":"./bin/ansi-gif -b 8 -d rankedChannel -a variant3 ./node_modules/ascii-art-docs/GIFs/sparkle.gif"
},
"devDependencies": {
"ascii-art-docs": "^0.0.1"
}
}

Sorry, the diff of this file is not supported yet

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