Socket
Socket
Sign inDemoInstall

@minabadrous/package-3

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

9

package.json
{
"name": "@minabadrous/package-3",
"version": "0.4.0",
"version": "0.5.0",
"description": "Enhances JavaScript's String prototype with additional utilities for string manipulation and formatting, including CamelCase, SnakeCase, and KebabCase, for more convenient string operations.",

@@ -8,2 +8,9 @@ "type": "module",

"module": "dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./types/String": "./types/String.d.ts"
},
"keywords": [

@@ -10,0 +17,0 @@ "utilities",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc