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

zeba

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeba - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

package.json
{
"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": {}
}

13

README.md

@@ -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.`
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