Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "smart-case", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"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", | ||
"main": "./src/index.js", | ||
"source": "src/index.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint . --ext .ts", | ||
"test": "jest", | ||
"build": "rimraf ./build && tsc", | ||
"prepare": "husky install" | ||
"start": "ts-node src/index.ts", | ||
"prepare": "npm run build", | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\" --fix", | ||
"test": "jest" | ||
}, | ||
@@ -16,2 +22,54 @@ "repository": { | ||
}, | ||
"keywords": [ | ||
"string", | ||
"casing", | ||
"capitalization", | ||
"text", | ||
"formatting", | ||
"smart", | ||
"intelligent", | ||
"title case", | ||
"sentence case", | ||
"camel case", | ||
"snake case", | ||
"kebab case", | ||
"consistent", | ||
"rules", | ||
"exceptions", | ||
"proper nouns", | ||
"acronyms", | ||
"transform", | ||
"manipulate", | ||
"library", | ||
"npm", | ||
"JavaScript", | ||
"code", | ||
"developer tools", | ||
"API", | ||
"utility", | ||
"formatting library", | ||
"case styles", | ||
"efficient", | ||
"high-performance", | ||
"programming", | ||
"string operations", | ||
"syntax", | ||
"conventions", | ||
"guidelines", | ||
"programming utility", | ||
"optimization", | ||
"smart formatting", | ||
"string manipulation", | ||
"code quality", | ||
"coding standards", | ||
"text processing", | ||
"consistency", | ||
"naming conventions", | ||
"ease-of-use", | ||
"development", | ||
"performance", | ||
"professional", | ||
"development tools", | ||
"npm package" | ||
], | ||
"author": "nan0ck", | ||
@@ -30,4 +88,9 @@ "license": "ISC", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.3" | ||
} | ||
"typescript": "^5.3.3" | ||
}, | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45304
26
770
1
1
67
1