Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
v.0.0.1
Simple find and replace to Anglify on de-Anglify some text
The list of words comes straight from Wikipedia.
npm install deanglify
var british_test = "My favourite colour is whisky brown, which I enjoy on a wintry evening in my pyjamas while watching my favorite programmes."
var to_american = deanglify(british_test, { wholewords: false, output: "American" });
// My favorite color is whiskey brown, which I enjoy on a wintry evening in my pajamas while watching my favorite programs.
var american_test = "I apologize for my love of archeology, and please don't inquire as to my side-gig as a flutist.";
var to_british = deanglify(american_test, { wholewords: false, output: "British" });
// I apologise for my love of archaeology, and please don't enquire as to my side-gig as a flautist.
Try it out with npm test
FAQs
Convert between British and American spellings
The npm package deanglify receives a total of 3 weekly downloads. As such, deanglify popularity was classified as not popular.
We found that deanglify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.