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

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

boxen - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

index.d.ts

5

index.js

@@ -68,3 +68,3 @@ 'use strict';

module.exports = (text, opts) => {
const boxen = (text, opts) => {
opts = Object.assign({

@@ -138,2 +138,5 @@ padding: 0,

module.exports = boxen;
module.exports.default = boxen;
module.exports._borderStyles = cliBoxes;

18

package.json
{
"name": "boxen",
"version": "2.1.0",
"version": "3.0.0",
"description": "Create boxes in the terminal",

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && nyc ava"
"test": "xo && nyc ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -37,4 +38,4 @@ "keywords": [

"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"cli-boxes": "^1.0.0",
"chalk": "^2.4.2",
"cli-boxes": "^2.0.0",
"string-width": "^3.0.0",

@@ -45,6 +46,7 @@ "term-size": "^1.2.0",

"devDependencies": {
"ava": "^1.0.1",
"nyc": "^13.0.1",
"xo": "^0.23.0"
"ava": "^1.2.1",
"nyc": "^13.3.0",
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
}
}
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