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

ruxe

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ruxe - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

package.json
{
"name": "ruxe",
"version": "1.0.13",
"version": "1.0.14",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -25,13 +25,13 @@ <div align="center">

The `wrap()` function requires atleast 1 parameter. And maximum of 2 parameters. The first parameter is the `string` that you would like to turn into a paragraph. And the second parameter is a configeration `object` consisting of at most 3 fields. Which are -
`color` - Textcolor of the paragraph :string:
`align` - Alignment format of the paragraph :string:
`separateAt` - Words after which a new line is created :number:
The `wrap()` function requires atleast 1 parameter. And maximum of 2 parameters. The first parameter is the `string` that you would like to turn into a paragraph. And the second parameter is a configeration `object` consisting of at most 3 fields. Which are - <br/><br/>
`color` - Textcolor of the paragraph :string:<br/>
`align` - Alignment format of the paragraph :string:<br/>
`separateAt` - Words after which a new line is created :number:<br/>
<br/><br/>
By default `color` parameter is treated as `white`, the `align` parameter is treated as `left` and `separateAt` is treated as `13`
<br/><br/>
**Available Colors:** black, red, green, yellow, blue, magenta, cyan and white
<br/>
**Available Alignment Formats:** left and right (Center will be added in the next version.)
<br/>
## Example Usage

@@ -38,0 +38,0 @@

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