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

lorem-ipsum-tc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lorem-ipsum-tc - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "lorem-ipsum-tc",
"version": "1.0.2",
"version": "1.0.3",
"description": "Tool for creating Traditional Chinese lorem ipsum",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,5 +12,10 @@ # lorem-ipsum-tc

loremIpsumTC.createChar(charList)
loremIpsumTC.createLine(withLoren, numOfChar, charList)
loremIpsumTC.createParagraph(withLoren, numOfLine, charList)
loremIpsumTC.createChar()
// Create a random character.
loremIpsumTC.createLine()
// Create a random line.
loremIpsumTC.createParagraph()
// Create a random paragraph.
```

@@ -42,8 +47,8 @@

- numOfChar
- numOfChar: number
The number of characters would be created.("羅倫" is NOT counted.)
The number of characters would be created.(ps. "羅倫" is NOT counted.)
The default is random from 2 to 21.
- numOfLine
- numOfLine: number

@@ -50,0 +55,0 @@ The number of lines would be created.

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