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

hangul-romanization

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hangul-romanization - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

dist/conversionSystems/hangulConversionSystem.d.ts

@@ -0,0 +0,0 @@ /**

1

dist/conversionSystems/revisedRomanizationOfKorean.js

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.REVISED_ROMANIZATION_OF_KOREAN = void 0;
exports.REVISED_ROMANIZATION_OF_KOREAN = {

@@ -8,0 +9,0 @@ vowels: [

@@ -0,0 +0,0 @@ /**

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.convert = void 0;
var revisedRomanizationOfKorean_1 = require("./conversionSystems/revisedRomanizationOfKorean");

@@ -8,0 +9,0 @@ var UNICODE_OFFSET = 44032;

7

package.json
{
"name": "hangul-romanization",
"repository": "https://github.com/Tyriar/hangul-romanization",
"version": "1.0.0",
"version": "1.0.1",
"description": "Romanizes Hangul (Korean) characters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -18,4 +19,4 @@ "build": "tsc",

"license": "MIT",
"dependencies": {
"typescript": "^2.0.3"
"devDependencies": {
"typescript": "^4.8.2"
},

@@ -22,0 +23,0 @@ "files": [

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