
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
lorem-ipsum-tc
Advanced tools
Creating Traditional Chinese lorem ipsum.
繁體中文測試文本生成工具
const loremIpsumTC = require('lorem-ipsum-tc')
loremIpsumTC.createChar()
// Create a random character.
loremIpsumTC.createLine()
// Create a random line.
loremIpsumTC.createParagraph()
// Create a random paragraph.
npm i lorem-ipsum-tc
loremIpsumTC.createChar(charList)
loremIpsumTC.createLine(withLoren, numOfChar, charList)
loremIpsumTC.createParagraph(withLoren, numOfLine, charList)
charList: string
There is a default charList, however you can use your own charList by String. EX: loremIpsumTC.createChar("甲乙丙丁")
withLoren: boolean
If withLoren is true, line or paragraph would start with "羅倫" which means lorem in Chinese. The default is true.
numOfChar: number
The number of characters would be created.(ps. "羅倫" is NOT counted.) The default is random from 2 to 21.
numOfLine: number
The number of lines would be created. The default is random from 2 to 6.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
Tool for creating Traditional Chinese lorem ipsum
The npm package lorem-ipsum-tc receives a total of 13 weekly downloads. As such, lorem-ipsum-tc popularity was classified as not popular.
We found that lorem-ipsum-tc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.