You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

indefinite-article

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indefinite-article - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
.npmignore

Sorry, the diff of this file is not supported yet

+1
-1

@@ -60,3 +60,3 @@ /*

var regexes = [/^e[uw]/, /^onc?e\b/, /^uni([^nmd]|mo)/, /^u[bcfhjkqrst][aeiou]/];
for (i in regexes) {
for (i = 0; i < regexes.length; i++) {
if (l_word.match(regexes[i]))

@@ -63,0 +63,0 @@ return "a"

{
"name": "indefinite-article",
"version": "0.0.1",
"version": "0.0.2",
"description": "JavaScript function that returns the indefinite articles \"a\" or \"an\" based on a given word or phrase",

@@ -5,0 +5,0 @@ "main": "indefinite-article.js",