Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "zeba", | ||
"version": "2.0.2", | ||
"description": "A lightweight JavaScript library for validating, manipulating, and formatting strings.", | ||
"version": "2.0.3", | ||
"description": "A very lightweight JavaScript library for taking out extra spaces in a string, can make first letter of a string, first letter of each words in a string or all letters in a string to uppercase.", | ||
"main": "dist/index.js", | ||
@@ -37,4 +37,3 @@ "types": "dist/index.d.ts", | ||
"homepage": "https://github.com/taslim-a-hussain/zeba#readme", | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
} |
@@ -0,3 +1,12 @@ | ||
![GitHub issues](https://img.shields.io/github/issues/taslim-a-hussain/zeba?style=for-the-badge) | ||
![GitHub stars](https://img.shields.io/github/stars/taslim-a-hussain/zeba?style=for-the-badge) | ||
![GitHub last commit](https://img.shields.io/github/last-commit/taslim-a-hussain/zeba?style=for-the-badge) | ||
![npm](https://img.shields.io/npm/dt/zeba?style=for-the-badge) | ||
![npm](https://img.shields.io/npm/v/zeba?style=for-the-badge) | ||
![Dependency](https://img.shields.io/badge/Zero%20Dependency-Yes-green?style=for-the-badge) | ||
![GitHub](https://img.shields.io/github/license/taslim-a-hussain/zeba?style=for-the-badge) | ||
# Zeba | ||
A lightweight JavaScript library for validating, manipulating, and formatting strings. | ||
A very lightweight JavaScript library for taking out extra spaces in a string, can make first letter of a string, first letter of each words in a string or all letters in a string to uppercase. | ||
@@ -41,2 +50,2 @@ ## Install: | ||
* outputs: | ||
`this is the text.` | ||
`this is the text.` |
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
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
5344
51