New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thai-typo-check

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thai-typo-check - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

9

index.d.ts

@@ -1,14 +0,9 @@

declare function thaiTypoCheck(
export function thaiTypoCheck(
inputText: string,
customWords?: string[]
): boolean;
declare namespace thaiTypoCheck {}
declare function thaiTypoCheckWords(
export function thaiTypoCheckWords(
inputText: string,
customWords?: string[]
): string[] | undefined;
declare namespace thaiTypoCheckWords {}
export = thaiTypoCheck;
export = thaiTypoCheckWords;
{
"name": "thai-typo-check",
"version": "1.0.9",
"version": "1.0.10",
"description": "for check thai typo",

@@ -5,0 +5,0 @@ "main": "index.js",

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