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

lorem-ipsum

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lorem-ipsum - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/generator.js

@@ -10,3 +10,3 @@ var generator = function() {

, format = options.format || 'plain'
, words = require('./dictionary').words
, words = options.words || require('./dictionary').words
, random = options.random || Math.random;

@@ -13,0 +13,0 @@

{
"name": "lorem-ipsum",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more.",

@@ -5,0 +5,0 @@ "author": "Nickolas Kenyeres <nkenyeres@gmail.com> (http://knicklabs.github.com)",

Sorry, the diff of this file is not supported yet

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