Socket
Socket
Sign inDemoInstall

wide-align

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wide-align - npm Package Compare versions

Comparing version 1.1.3 to 1.1.5

10

package.json
{
"name": "wide-align",
"version": "1.1.3",
"version": "1.1.5",
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"main": "align.js",
"scripts": {
"test": "tap --coverage test/*.js",
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
"test": "tap --coverage test/*.js"
},

@@ -24,7 +23,8 @@ "keywords": [

},
"//": "But not version 5 of string-width, as that's ESM only",
"dependencies": {
"string-width": "^1.0.2 || 2"
"string-width": "^1.0.2 || 2 || 3 || 4"
},
"devDependencies": {
"tap": "10 || 11 || 12"
"tap": "*"
},

@@ -31,0 +31,0 @@ "files": [

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