Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

11

dist/index.d.ts

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

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

@@ -23,3 +20,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.

@@ -38,3 +35,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.

@@ -52,4 +49,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)
*/

@@ -56,0 +53,0 @@ declare function KebabCaseStringToDotCaseString(str: string): string;

{
"name": "@ilihub/kebab-case-string-to-dot-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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc