Socket
Socket
Sign inDemoInstall

cowsay

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cowsay - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

cli.js

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

"W" : "Specifies roughly where the message should be wrapped. The default is equivalent to -W 40 i.e. wrap words at or before the 40th column.",
"f" : "Specifies a cow picture file (``cowfile'') to use. It can be either a path to a cow file or the name of one of cows included in the package.",
"f" : "Specifies a cow picture file (''cowfile'') to use. It can be either a path to a cow file or the name of one of cows included in the package.",
"l" : "List all cowfiles included in this package."

@@ -59,2 +59,2 @@ })

require("./lib/cows").list();
}
}
{
"name" : "cowsay",
"version" : "1.0.0",
"description" : "cowsay is a configurable talking cow",
"keywords" : ["cow", "cowsay", "cowthink", "figlet", "talking", "ASCII"],
"homepage" : "https://github.com/piuccio/cowsay",
"author" : {
"name" : "Fabio Crisci",
"email" : "piuccio@gmail.com",
"url" : "https://github.com/piuccio/"
},
"main" : "./index",
"bin" : {
"cowsay" : "./cli.js",
"cowthink" : "./cli.js"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/piuccio/cowsay.git"
},
"scripts" : {
"test" : "node test.js"
},
"dependencies" : {
"optimist" : "~0.3.5"
},
"devDependencies" : {
"nodeunit" : "~0.7.4"
},
"engines" : {
"node" : ">=0.6.17"
},
"preferGlobal" : true
}
"name": "cowsay",
"version": "1.0.1",
"description": "cowsay is a configurable talking cow",
"keywords": [
"cow",
"cowsay",
"cowthink",
"figlet",
"talking",
"ASCII"
],
"homepage": "https://github.com/piuccio/cowsay",
"author": {
"name": "Fabio Crisci",
"email": "piuccio@gmail.com",
"url": "https://github.com/piuccio/"
},
"main": "./index",
"bin": {
"cowsay": "./cli.js",
"cowthink": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/piuccio/cowsay.git"
},
"scripts": {
"test": "node test.js"
},
"dependencies": {
"optimist": "~0.3.5"
},
"devDependencies": {
"nodeunit": "~0.7.4"
},
"engines": {
"node": ">=0.6.17"
},
"preferGlobal": true
}
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