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

famous-cli

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.1.2

.eslintrc

43

package.json
{
"name": "famous-cli",
"version": "0.0.1",
"description": "",
"version": "0.1.2",
"description": "CLI interface for Famous Industries Web Services",
"main": "index.js",
"repository": "https://github.famo.us/hub/famous-cli.git",
"preferGlobal": "true",
"bin": {
"famous": "./bin.js"
"famous": "bin/famous.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "tap spec",
"lint": "eslint bin/ lib/",
"debug": "node --debug server.js"
},
"author": "",
"license": "all right reserved"
"contributors": [
"Will Gester <will@famo.us>",
"Lorin Beer <lorin@famo.us>",
"Gabriel Debeaupuis <gabe@famo.us>"
],
"license": "Proprietary",
"dependencies": {
"async": "0.9.0",
"btoa": "1.1.2",
"chalk": "^1.0.0",
"combined-stream": "^1.0.3",
"commander": "2.7.1",
"fs-extra": "^0.18.3",
"inquirer": "0.8.2",
"isbinaryfile": "2.0.3",
"mime": "^1.3.4",
"mime-types": "^2.0.12",
"minimist": "1.1.0",
"mixpanel": "^0.2.1",
"node-rest-client": "1.4.4",
"recursive-readdir": "1.2.1",
"tar": "^2.1.1"
},
"devDependencies": {
"eslint": "^0.21.1",
"rewire": "2.3.1",
"sinon": "1.14.1",
"tap": "0.7.1"
}
}
bin.js
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