You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ilihub/dot-case-string-to-pascal-case-string

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ilihub/dot-case-string-to-pascal-case-string - npm Package Compare versions

Comparing version

to
1.0.3

11

dist/index.d.ts

@@ -16,5 +16,2 @@ /**

*
* @category String Case Conversion
* @group \@ilihub\/case
*
* @example

@@ -26,3 +23,3 @@ * ```typescript

* @example
* This example requires [`@ilihub/code`](https://www.npmjs.com/package/@ilihub/code)
* This example requires [`@ilihub/code`](https://www.npmjs.com/package/\@ilihub/code)
* npm package to be installed.

@@ -41,3 +38,3 @@ * ```typescript

* @example
* This example requires [`@ilihub/case`](https://www.npmjs.com/package/@ilihub/case)
* This example requires [`@ilihub/case`](https://www.npmjs.com/package/\@ilihub/case)
* npm package to be installed.

@@ -55,4 +52,4 @@ * ```typescript

*
* @see [`@ilihub/code`](https://www.npmjs.com/package/@ilihub/code)
* @see [`@ilihub/case`](https://www.npmjs.com/package/@ilihub/case)
* @see [`@ilihub/code`](https://www.npmjs.com/package/\@ilihub/code)
* @see [`@ilihub/case`](https://www.npmjs.com/package/\@ilihub/case)
*/

@@ -59,0 +56,0 @@ declare function DotCaseStringToPascalCaseString(str: string): string;

{
"name": "@ilihub/dot-case-string-to-pascal-case-string",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {

@@ -41,5 +41,18 @@ "access": "public"

],
"tsup": {
"treeshake": true,
"splitting": true,
"entry": [
"src/index.ts"
],
"format": [
"cjs"
],
"dts": true,
"minify": true,
"clean": true
},
"devDependencies": {
"@types/jest": "^29.5.2",
"eslint": "^7.32.0",
"@types/node": "^20.5.2",
"jest": "^29.5.0",

@@ -46,0 +59,0 @@ "ts-jest": "^29.1.0",