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

jabber

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jabber - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

build/bin/index.d.ts

15

package.json
{
"name": "jabber",
"version": "1.4.0",
"version": "1.5.0",
"description": "Simple random word, paragraph, lorem ipsum, dummy text generator, fake name, email.",
"main": "index.js",
"main": "build/index.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage"
"test-coverage": "jest --coverage",
"build": "tsc"
},
"bin": {
"jabber": "./bin/index.js"
"jabber": "./build/bin/index.js"
},

@@ -31,5 +32,9 @@ "repository": {

"devDependencies": {
"@types/jest": "^29.2.4",
"coveralls": "^3.1.1",
"jest": "^26.6.3"
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"tsc": "^2.0.4",
"typescript": "^4.9.4"
}
}

@@ -1,3 +0,4 @@

# Jabber [![Build Status](https://travis-ci.org/dejavu1987/jabber.svg?branch=master)](https://travis-ci.org/dejavu1987/jabber) [![npm version](https://badge.fury.io/js/jabber.svg)](https://badge.fury.io/js/jabber) [![Coverage Status](https://coveralls.io/repos/github/dejavu1987/jabber/badge.svg?branch=master)](https://coveralls.io/github/dejavu1987/jabber?branch=master) [![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) [![RussianWarship](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/RussianWarship.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# Jabber [![Build Status](https://travis-ci.org/dejavu1987/jabber.svg?branch=master)](https://travis-ci.org/dejavu1987/jabber) [![npm version](https://badge.fury.io/js/jabber.svg)](https://badge.fury.io/js/jabber) [![Coverage Status](https://coveralls.io/repos/github/dejavu1987/jabber/badge.svg?branch=master)](https://coveralls.io/github/dejavu1987/jabber?branch=master) [![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) [![RussianWarship](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/RussianWarship.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) [![Rate this package](https://badges.openbase.com/js/rating/jabber.svg?token=HSXh8YOddwfjQ//Giqc0V+6eFJa979CgrfG1NqeKEZ4=)](https://openbase.com/js/jabber?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

@@ -77,3 +78,3 @@

const nameNoSalutation = jabber.createFullName(false); //' Mobosek Teqigeg'
const nameNoSalutation = jabber.createFullName(false); // 'Mobosek Teqigeg'

@@ -80,0 +81,0 @@ jabber.createEmail(); // 'loddla.noyec@domain.com'

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