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

react-lorem-component

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

react-lorem-component - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

18

example/client.js

@@ -9,6 +9,16 @@ /** @jsx React.DOM */

return (
<div>
<h1>Lorem Ipsum</h1>
<Lorem count="10" seed="42" className="ipsum" />
</div>
<html>
<head>
<meta charSet="utf-8" />
<title>React Lorem Component</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div>
<h1>Lorem Ipsum</h1>
<Lorem count="10" seed="42" className="ipsum" />
</div>
</body>
</html>
);

@@ -15,0 +25,0 @@ }

{
"name": "react-lorem-component",
"version": "0.6.1",
"description": "A component for React that renders paragraph or list item tags full of lorem ipsum text",
"version": "0.6.2",
"description": "A component for React that renders paragraph or list item tags full of lorem ipsum placeholder text",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

# React Lorem Component
A component for [React][1] that renders paragraph or list item tags full of [lorem ipsum][2] text.
A component for [React][1] that renders paragraph or list item tags full of [lorem ipsum][2] placeholder text.

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