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

hangul-search

Package Overview
Dependencies
Maintainers
1
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.1.0 to 1.1.1

2

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

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

@@ -12,5 +12,5 @@ /**

* const result = hansearch(jsonArray, "키워드").mark(); // 결과 값 <mark></mark> 태그 치환
* const result = hansearch(jsonArray, "키워드").mark("my-tag"); // 결과 값 <my-tag></my-tag> 태그 치환
**/
interface MarkedResult {
results: Record<string, any>[];
mark: (tag?: string) => Record<string, any>[];

@@ -17,0 +17,0 @@ }

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