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

casual

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casual - npm Package Compare versions

Comparing version 1.5.13 to 1.5.14

src/providers/de_DE/text.js

2

package.json
{
"name": "casual",
"version": "1.5.13",
"version": "1.5.14",
"description": "Fake data generator",

@@ -5,0 +5,0 @@ "main": "src/casual.js",

@@ -48,2 +48,9 @@ var first_letter_up = function(string) {

phonetics: [
'Alfa', 'Bravo', 'Charlie', 'Delta', 'Echo', 'Foxtrot', 'Golf', 'Hotel',
'India', 'Juliett', 'Kilo', 'Lima', 'Mike', 'November', 'Oscar', 'Papa',
'Quebec', 'Romeo', 'Sierra', 'Tango', 'Uniform', 'Victor', 'Whiskey',
'X-ray', 'Yankee', 'Zulu'
],
title: function() {

@@ -105,2 +112,6 @@ return first_letter_up(this.words(this.integer(2, 3)));

return this.random_element(this.letters);
},
letter_phonetic: function() {
return this.random_element(this.phonetics);
}

@@ -107,0 +118,0 @@ };

@@ -55,3 +55,4 @@ var casual = require('../');

'array_of_words',
'letter'
'letter',
'letter_phonetic'
];

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