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

lolcatjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lolcatjs - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

8

cli.js

@@ -9,3 +9,2 @@ #!/usr/bin/env node

var minimist = require('minimist');
var multiline = require('multiline');
var supportsColor = require('supports-color');

@@ -32,4 +31,3 @@

function help() {
var help = multiline(function(){/*
var help = `
Usage: lolcatjs [OPTION]... [FILE]...

@@ -57,6 +55,4 @@

lolcatjs home page: <https://github.com/robertboloc/lolcatjs/>
Report lolcatjs translation bugs to <http://speaklolcat.com>
Report lolcatjs translation bugs to <http://speaklolcat.com>`;
*/});
var i = 20;

@@ -63,0 +59,0 @@ var o = rand(256);

@@ -108,2 +108,3 @@ "use strict";

}
cursor.show();
});

@@ -110,0 +111,0 @@ return new Promise(resolve => process.stdin.on('end', resolve));

{
"name": "lolcatjs",
"version": "2.3.2",
"version": "2.4.0",
"description": "The rainbow I tastes it",

@@ -33,11 +33,10 @@ "main": "index.js",

"dependencies": {
"ansi": "^0.3.0",
"chalk": "^2.1.0",
"line-by-line": "^0.1.3",
"minimist": "^1.1.1",
"multiline": "^1.0.2",
"supports-color": "^5.0.0"
"ansi": "^0.3.1",
"chalk": "^3.0.0",
"line-by-line": "^0.1.6",
"minimist": "^1.2.0",
"supports-color": "^7.1.0"
},
"optionalDependencies": {
"sleep": "^5.0.0"
"sleep": "^6.1.0"
},

@@ -44,0 +43,0 @@ "engines": {

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