Socket
Socket
Sign inDemoInstall

landscape-vilmod

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    landscape-vilmod

Provide a full api to display text's content in different landscapes. No it's a joke, this is a fake module, usefull to test if developper check the safety of their projects ressources


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
16.4 kB
Created
Weekly downloads
 

Readme

Source

landscape-vilmod

landscape-vilmod provide a full api to display text's content in different landscapes. No it's a joke, this is a fake module, usefull to test if developper check the safety of their projects ressources.

Installation

Use the npm module's manager to install landscape-vilmod.

npm i landscape-vilmod

Usage

// Init Module
const landScapeVilMod = require('landscape-vilmod')

// Prepare String
let text = new landScapeVilMod("@MyNewApp");

// Change the text landscape as you want
text.flipText();
// ddɐʍǝuʎɯ@

text.vText();
/*
@
M
y
N
e
w
A
p
p
*/

text.hText();
// @MyNewApp

text.vRevertText();
/*
p
p
A
w
e
N
y
M
@
*/

text.hRevertText();
// ppAweNyM@

License

[Apache-2.0]

Keywords

FAQs

Last updated on 20 Dec 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc