Comparing version 2.1.0 to 3.0.0
@@ -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; |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11744
5
247
4
+ Addedcli-boxes@2.2.1(transitive)
- Removedcli-boxes@1.0.0(transitive)
Updatedchalk@^2.4.2
Updatedcli-boxes@^2.0.0