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

@mightyplow/blindtext

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mightyplow/blindtext - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

blindtext.js

@@ -118,7 +118,7 @@ /**

? randomWord
: randomWord.toUpperCase()
: randomWord[0].toUpperCase() + randomWord.slice(1)
);
}
return sentenceWords.join(' ') + getRandomPunctuationMark;
return sentenceWords.join(' ') + getRandomPunctuationMark();
}

@@ -138,3 +138,3 @@

if (!UnitFunction.hasOwnProperty(unit)) {
throw new Exception('Invalid unit parameter');
throw Error('Invalid unit parameter');
}

@@ -141,0 +141,0 @@

{
"name": "@mightyplow/blindtext",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

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

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