Comparing version 1.0.0 to 1.0.1
{ | ||
"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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45362
68
0