Socket
Socket
Sign inDemoInstall

@types/greek-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

5

greek-utils/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for greek-utils 1.2
// Project: https://github.com/vbarzokas/greek-utils
// Definitions by: Dimitris Kirtsios <https://github.com/dimkirt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function sanitizeDiacritics(text: string, ignore?: string): string;

@@ -7,0 +2,0 @@

11

greek-utils/package.json
{
"name": "@types/greek-utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for greek-utils",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/greek-utils",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "Dimitris Kirtsios",
"url": "https://github.com/dimkirt",
"githubUsername": "dimkirt"
"githubUsername": "dimkirt",
"url": "https://github.com/dimkirt"
}

@@ -23,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "0badc9e51d6e63c596223cbbcd4c680c49004363666c9fccffebd103de96ce03",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "860676631961264720cd13b72f9b1885acca4df73f5e2218d92b474aeac4d3ca",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,21 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/greek-utils.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/greek-utils/index.d.ts)
````ts
export function sanitizeDiacritics(text: string, ignore?: string): string;
export function toGreek(text: string, ignore?: string): string;
export function toGreeklish(text: string, ignore?: string): string;
export function toPhoneticLatin(text: string, ignore?: string): string;
export function toTransliteratedLatin(text: string, ignore?: string): string;
````
### Additional Details
* Last updated: Mon, 06 Jul 2020 19:37:19 GMT
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Dimitris Kirtsios](https://github.com/dimkirt).
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