Socket
Socket
Sign inDemoInstall

boxen

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

93

package.json
{
"name": "boxen",
"version": "1.1.0",
"description": "Create boxes in the terminal",
"license": "MIT",
"repository": "sindresorhus/boxen",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava"
},
"files": [
"index.js"
],
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text"
],
"dependencies": {
"ansi-align": "^2.0.0",
"camelcase": "^4.0.0",
"chalk": "^1.1.1",
"cli-boxes": "^1.0.0",
"string-width": "^2.0.0",
"term-size": "^0.1.0",
"widest-line": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"nyc": "^10.3.0",
"xo": "*"
},
"xo": {
"esnext": true
}
"name": "boxen",
"version": "1.2.0",
"description": "Create boxes in the terminal",
"license": "MIT",
"repository": "sindresorhus/boxen",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && nyc ava"
},
"files": [
"index.js"
],
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text"
],
"dependencies": {
"ansi-align": "^2.0.0",
"camelcase": "^4.0.0",
"chalk": "^2.0.1",
"cli-boxes": "^1.0.0",
"string-width": "^2.0.0",
"term-size": "^1.2.0",
"widest-line": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"nyc": "^11.0.3",
"xo": "*"
}
}

@@ -11,3 +11,3 @@ # <img src="screenshot.png" width="400" alt="boxen">

```
$ npm install --save boxen
$ npm install boxen
```

@@ -128,3 +128,3 @@

Type: `number` `object`<br>
Type: `number` `Object`<br>
Default: `0`

@@ -138,3 +138,3 @@

Type: `number` `object`<br>
Type: `number` `Object`<br>
Default: `0`

@@ -141,0 +141,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc