Comparing version 1.4.0 to 1.5.0
{ | ||
"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' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34056
13
617
142
6
1