
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
europium or fermiumSomething expected in next generation of Node.js
If links in this document not avaiable, please access README on GitHub directly.
The active LTS version (v10) of Node.js is named Dubnium, while the previous three are named Carbon, Boron and Argon. All of them are names of chemical elements. So I collect some features which I expect to be implemented in future, and name this module with Europium.
-- UPDATE --
Unfortunately, Node.js v12 is already released and named Erbium. So, I decided to rename the package to Fermium Franci(um).
const europium = require('europium');
function meet(name, callback) {
let feeling;
while (!feeling) {
feeling = talk(name);
}
callback(null, feeling);
}
let meetyou = europium.util.promisible(meet);
meetyou('ching').then(feeling => {
// ...
});
europium is made up of some sub modules. Each sub module may be accessed within namespace europium, or be required by itself. E.g.
// Access within namesapce `europium`.
const europium = require('europium');
europium.util
// Or, required by itself.
const util = require('europium/util');
util === europium.util
Here are available sub moduless: view on single page
FAQs
Something expected in next generation of Node.js
The npm package franci receives a total of 10 weekly downloads. As such, franci popularity was classified as not popular.
We found that franci 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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.