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.1.5 to 1.2.0

11

CHANGELOG.md

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

# [1.2.0](https://github.com/toss/slash/compare/@toss/hangul@1.1.5...@toss/hangul@1.2.0) (2023-02-27)
### Features
* **hangul:** add '이란/란' in josa ([#217](https://github.com/toss/slash/issues/217)) ([6b9811a](https://github.com/toss/slash/commit/6b9811af5e0e8d3dc5650b46ef735cbf2079818f))
## [1.1.5](https://github.com/toss/slash/compare/@toss/hangul@1.1.4...@toss/hangul@1.1.5) (2023-01-09)

@@ -8,0 +19,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.1.5",
"version": "1.2.0",
"sideEffects": false,

@@ -19,3 +19,3 @@ "exports": {

"scripts": {
"build": "rm -rf dist esm && tsc --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",
"build": "rm -rf dist esm && tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",
"prepack": "yarn build",

@@ -56,4 +56,4 @@ "test": "jest",

},
"gitHead": "5f19ba0bfe99bcd54edee089eaf6ff34f57e32cd",
"gitHead": "682041fa96093cea0b8f33f5af911372493f43fe",
"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