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

morph-strings

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morph-strings

generate permutations of words through character substitution

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

morph

Build Status npm

Generate permutations of words through character substitution.

Installation

npm install -g morph-strings

Usage

Basic usage:

morph <word(s)> [options]

For help, run:

morph -h

Examples

To output a random permutation of the word "adventure":

morph adventure

The above might output:

4dv3ntu|23

To output all permutations of the word "cat":

morph cat -p

The above will output:

cat
caT
ca+
cAt
cAT
cA+
c4t
c4T
c4+
c@t
c@T
c@+
Cat
CaT
Ca+
CAt
CAT
CA+
C4t
C4T
C4+
C@t
C@T
C@+
(at
(aT
(a+
(At
(AT
(A+
(4t
(4T
(4+
(@t
(@T
(@+
[at
[aT
[a+
[At
[AT
[A+
[4t
[4T
[4+
[@t
[@T
[@+

FAQs

Package last updated on 02 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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