Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hangul-search

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hangul-search - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

package.json
{
"name": "hangul-search",
"version": "1.4.2",
"version": "1.4.3",
"description": "Json객체에서 한글 검색을 수행. 한글 초성 검색을 지원. Korean search within JSON objects. Supports Korean initial consonant search.",

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

@@ -23,6 +23,10 @@ /**

declare module "hansearch" {
const hansearch: (jsonObj: Record<string, any>[], keyWord: string, options?: Options) => MarkedResult;
declare module "hangul-search" {
const hansearch: (
jsonObj: Record<string, any>[],
keyWord: string,
options?: Options
) => MarkedResult;
export = hansearch;
}
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