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 1.0.0 to 1.2.6

dist/zeba.js

20

package.json
{
"name": "zeba",
"version": "1.0.0",
"version": "1.2.6",
"description": "A lightweight JavaScript library for validating, manipulating, and formatting strings.",
"main": "Zeba.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "parcel src/zeba.js --out-file zeba.js",
"build": "parcel build src/zeba.js --out-file zeba.min.js"
},

@@ -23,2 +24,9 @@ "repository": {

],
"files": [
"LICENSE",
"package.json",
"README.md",
"index.js",
"dist/"
],
"author": "Taslim A Hussain",

@@ -29,3 +37,7 @@ "license": "MIT",

},
"homepage": "https://github.com/taslim-a-hussain/zeba#readme"
"homepage": "https://github.com/taslim-a-hussain/zeba#readme",
"dependencies": {},
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}
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