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

hepburn

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hepburn - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

lib/hepburn.js~

2

lib/hepburn.js

@@ -205,2 +205,3 @@ var bulkReplace = require("bulk-replace");

// Correct use of sokuon
str = str.replace(/TC/g, "っC");
str = str.replace(/([^AEIOUN])\1/g, "っ$1");

@@ -222,2 +223,3 @@

// Correct use of sokuon
str = str.replace(/TC/g, "ッC");
str = str.replace(/([^AEIOUN])\1/g, "ッ$1");

@@ -224,0 +226,0 @@

2

package.json
{
"name": "hepburn",
"version": "0.5.1",
"version": "0.5.2",
"main": "./lib/hepburn",

@@ -5,0 +5,0 @@ "description": "Convert Japanese Hiragana and Katakana script to, and from, Romaji using Hepburn romanisation",

@@ -14,3 +14,4 @@ var assert = require("assert");

"MADONNA": "マドンナ",
"TABAKO": "タバコ"
"TABAKO": "タバコ",
"ITCHOO": "イッチョオ"
};

@@ -513,3 +514,4 @@

"KONAMI": "こなみ",
"KONOHA": "このは"
"KONOHA": "このは",
"ITCHOO": "いっちょお"
};

@@ -516,0 +518,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