New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bash-im-terminal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bash-im-terminal - npm Package Compare versions

Comparing version

to
1.0.1

18

package.json
{
"name": "bash-im-terminal",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "Terminal client for viewing Bash.IM",
"main": "src/index.js",

@@ -17,4 +17,4 @@ "bin": {

},
"author": "",
"license": "ISC",
"author": "ghaiklor",
"license": "MIT",
"bugs": {

@@ -25,8 +25,6 @@ "url": "https://github.com/ghaiklor/bash-im-terminal/issues"

"dependencies": {
"async-request": "^1.2.0",
"blessed": "^0.1.81",
"cheerio": "^0.22.0",
"iconv": "^2.2.3",
"keypress": "^0.2.1",
"request": "^2.81.0"
"blessed": "0.1.81",
"cheerio": "0.22.0",
"iconv": "2.2.3",
"request": "2.81.0"
},

@@ -33,0 +31,0 @@ "devDependencies": {

# Bash.im in your terminal
![Bash.IM in your terminal demo](https://cloud.githubusercontent.com/assets/3625244/25103449/44ec8c2a-23c5-11e7-9b5d-d33ce0b99fef.gif)
## Why?

@@ -9,16 +11,7 @@

## Pre-requisites
All what you need is NodeJS, preferable the latest version, since I'm using `async\await` here.
## Installing
```shell
sudo npm -g install bashim
```
## Have fun
```shell
sudo npm -g install bash-im-terminal
bashim
```
```

Sorry, the diff of this file is not supported yet