New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lpad-align

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lpad-align - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

cli.js

1

index.js
'use strict';
var longest = require('longest');

@@ -4,0 +3,0 @@ var lpad = require('lpad');

{
"name": "lpad-align",
"version": "1.0.3",
"version": "1.1.0",
"description": "Left pad a string to align with the longest string in an array",

@@ -8,4 +8,4 @@ "license": "MIT",

"author": {
"email": "kevinmartensson@gmail.com",
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"

@@ -16,2 +16,3 @@ },

},
"bin": "cli.js",
"scripts": {

@@ -21,2 +22,3 @@ "test": "node test.js"

"files": [
"cli.js",
"index.js"

@@ -30,4 +32,6 @@ ],

"dependencies": {
"get-stdin": "^4.0.1",
"longest": "^1.0.0",
"lpad": "^1.0.0"
"lpad": "^2.0.1",
"meow": "^3.3.0"
},

@@ -34,0 +38,0 @@ "devDependencies": {

@@ -5,8 +5,10 @@ # lpad-align [![Build Status](http://img.shields.io/travis/kevva/lpad-align.svg?style=flat)](https://travis-ci.org/kevva/lpad-align)

## Install
```sh
```
$ npm install --save lpad-align
```
## Usage

@@ -34,4 +36,23 @@

## CLI
```
$ npm install --global lpad-align
```
```
Usage
$ cat <file> | lpad-align
Example
$ cat unicorn.txt | lpad-align
foo
foobar
foobarcat
```
## License
MIT © [Kevin Mårtensson](https://github.com/kevva)

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