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

smart-case

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smart-case - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "smart-case",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript library that provides advanced string casing capabilities with intelligent capitalization handling. It offers a comprehensive set of features to convert strings to various casing styles, including title case, sentence case, camel case, snake case, and kebab case, while ensuring consistent capitalization",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

@@ -32,3 +32,4 @@ # SmartCase - Intelligent String Casing Library

```javascript
const { titleCase, camelCase, smartCase } = require("your-package-name");
const { titleCase, camelCase, smartCase } = require("smart-case");
// const { titleCase, camelCase, smartCase } from "smart-case" ;

@@ -35,0 +36,0 @@ // Convert a string to title case

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