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

dist/cjs/index.d.ts

79

package.json
{
"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"
]
}
__tests__/index.ts
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