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.4 to 1.0.5

2

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

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

@@ -12,13 +12,17 @@ # lorem-ipsum-tc

loremIpsumTC.createChar()
// Create a random character.
let char = loremIpsumTC.createChar()
console.log(char)
// return a random character string.
loremIpsumTC.createLine()
// Create a random line.
let line = loremIpsumTC.createLine()
console.log(line)
// return a random line string.
loremIpsumTC.createParagraph()
// Create a random paragraph.
let paragraph = loremIpsumTC.createParagraph()
console.log(paragraph)
// return a random paragraph string.
loremIpsumTC.createArticle()
// Create a random article.
let article = loremIpsumTC.createArticle()
console.log(article)
// return a random article string.
```

@@ -25,0 +29,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