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

@toss/hangul

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toss/hangul - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# [1.3.0](https://github.com/toss/slash/compare/@toss/hangul@1.2.0...@toss/hangul@1.3.0) (2023-04-12)
### Features
* **hangul:** add 접속조사(이랑/랑) to josa ([#227](https://github.com/toss/slash/issues/227)) ([91794bc](https://github.com/toss/slash/commit/91794bc5d91fab887323c83897ffe19e7cbe176e))
* add 호격조사(아/야) to josaOption ([#225](https://github.com/toss/slash/issues/225)) ([37b2de4](https://github.com/toss/slash/commit/37b2de444c9ec13248da2487b8265ae92aee1314))
# [1.2.0](https://github.com/toss/slash/compare/@toss/hangul@1.1.5...@toss/hangul@1.2.0) (2023-02-27)

@@ -8,0 +20,0 @@

2

dist/josa.d.ts

@@ -1,2 +0,2 @@

declare type JosaOption = '이/가' | '을/를' | '은/는' | '으로/로' | '와/과' | '이나/나' | '이에/에' | '이란/란';
declare type JosaOption = '이/가' | '을/를' | '은/는' | '으로/로' | '와/과' | '이나/나' | '이에/에' | '이란/란' | '아/야' | '이랑/랑';
export declare function josa(word: string, josa: JosaOption): string;

@@ -3,0 +3,0 @@ export declare namespace josa {

{
"name": "@toss/hangul",
"version": "1.2.0",
"version": "1.3.0",
"sideEffects": false,

@@ -55,4 +55,4 @@ "exports": {

},
"gitHead": "682041fa96093cea0b8f33f5af911372493f43fe",
"gitHead": "06cde91be5a57d3024604366c24c726f7d0aea24",
"module": "./esm/index.mjs"
}
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