Socket
Socket
Sign inDemoInstall

@visulima/boxen

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/boxen - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

dist/index.d.mts

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## @visulima/boxen [1.0.18](https://github.com/visulima/visulima/compare/@visulima/boxen@1.0.17...@visulima/boxen@1.0.18) (2024-09-12)
### Bug Fixes
* **boxen:** moved from tsup to packem ([ef8c01a](https://github.com/visulima/visulima/commit/ef8c01add9f6908b7003e6b5fc72df4804c14585))
### Styles
* **boxen:** cs fix ([ff34cb6](https://github.com/visulima/visulima/commit/ff34cb69dd5db5ac471782738f8925415369be71))
## @visulima/boxen [1.0.17](https://github.com/visulima/visulima/compare/@visulima/boxen@1.0.16...@visulima/boxen@1.0.17) (2024-09-11)

@@ -2,0 +12,0 @@

25

package.json
{
"name": "@visulima/boxen",
"version": "1.0.17",
"version": "1.0.18",
"description": "Util.format-like string formatting utility.",

@@ -52,4 +52,4 @@ "keywords": [

"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}

@@ -60,5 +60,11 @@ },

"main": "dist/index.cjs",
"module": "dist/index.js",
"source": "src/index.ts",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
">=5.0": {
".": [
"./dist/index.d.ts"
]
}
},
"files": [

@@ -75,2 +81,3 @@ "dist/**",

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.16.2",
"@babel/core": "^7.25.2",

@@ -80,2 +87,3 @@ "@rushstack/eslint-plugin-security": "^0.8.2",

"@visulima/colorize": "1.4.9",
"@visulima/packem": "^1.0.0-alpha.108",
"@visulima/path": "1.0.8",

@@ -86,2 +94,3 @@ "@vitest/coverage-v8": "^2.0.5",

"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"eslint": "8.57.0",

@@ -100,3 +109,2 @@ "eslint-plugin-deprecation": "^3.0.0",

"terminal-size": "^4.0.0",
"tsup": "^8.2.4",
"typescript": "5.4.5",

@@ -131,6 +139,7 @@ "vitest": "^2.0.5",

"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"build": "cross-env NODE_ENV=development packem build",
"build:prod": "cross-env NODE_ENV=production packem build",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",

@@ -137,0 +146,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",

Sorry, the diff of this file is not supported yet

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