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

enamdict

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enamdict - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

enamdict.js

@@ -23,3 +23,3 @@ /**

// TODO: Need to add a simplified lookup where all long vowels are reduced
// A simplified lookup where all long vowels are reduced
// Use it as a backup when nothing else is found

@@ -29,4 +29,2 @@ var backupRomaji = [];

module.exports = {
byRomaji: byRomaji,
init: function(stream, callback) {

@@ -54,3 +52,2 @@ if (arguments.length < 2) {

romaji = romaji.toLowerCase();
// TODO: Clean up accents, convert to oo, etc.?

@@ -57,0 +54,0 @@ if (romaji in byRomaji) {

2

package.json
{
"name": "enamdict",
"version": "0.0.3",
"version": "0.0.4",
"description": "Look up Romaji names and correct surname/given name usage.",

@@ -5,0 +5,0 @@ "main": "enamdict.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