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.5 to 1.0.6

5

lib/generator.js

@@ -17,5 +17,6 @@ function generator() {

var isReactNative = typeof product !== 'undefined' && product.navigator === 'ReactNative';
var isWindows = typeof process !== 'undefined' && 'win32' === process.platform;
if (!isReactNative && isNode) {
suffix = require('os').EOL;
if (!isReactNative && isNode && isWindows) {
suffix = '\r\n';
} else {

@@ -22,0 +23,0 @@ suffix = '\n';

2

package.json
{
"name": "lorem-ipsum",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.",

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

@@ -118,3 +118,3 @@ ### lorem-ipsum.js

Copyright (c) 2012-2017 Nickolas Kenyeres
Copyright (c) 2012-2018 Nickolas Kenyeres

@@ -121,0 +121,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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