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 0.0.2 to 0.0.3

5

dist/index.js

@@ -0,6 +1,7 @@

"use strict";
/**
* @license MIT Copyright 2016 Daniel Imms (http://www.growingwiththeweb.com)
*/
"use strict";
var revisedRomanizationOfKorean_1 = require('./conversionSystems/revisedRomanizationOfKorean');
Object.defineProperty(exports, "__esModule", { value: true });
var revisedRomanizationOfKorean_1 = require("./conversionSystems/revisedRomanizationOfKorean");
var UNICODE_OFFSET = 44032;

@@ -7,0 +8,0 @@ var UNICODE_MAX = 55215;

2

package.json
{
"name": "hangul-romanization",
"version": "0.0.2",
"version": "0.0.3",
"description": "Romanizes Hangul (Korean) characters",

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

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