Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@f-fjs/intl-listformat
Advanced tools
A spec-compliant polyfill/ponyfill for Intl.ListFormat fully tested by the official ECMAScript Conformance test suite
npm install @f-fjs/intl-listformat
To use the polyfill, just import it to make sure that a fully functional Intl.ListFormat is available in your environment:
import '@f-fjs/intl-listformat/polyfill'
If Intl.ListFormat already exists, the polyfill will not be loaded.
To use this as a ponyfill:
import IntlListFormat from '@f-fjs/intl-listformat'
By default, this library comes with en
data. To load additional locale, you can include them on demand:
import '@f-fjs/intl-listformat/polyfill';
import '@f-fjs/intl-listformat/dist/locale-data/de'; // Add locale data for de
If you want to polyfill all locales (e.g for Node):
import '@f-fjs/intl-listformat/polyfill-locales'
This library is fully test262-compliant.
FAQs
Formats JS list in a i18n-safe way
We found that @f-fjs/intl-listformat 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.