Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
strapi-plugin-multi-country-select
Advanced tools
A strapi custom field for selecting multiple countries based on the ISO 3166-1 country code standard.
A strapi custom field for selecting multiple countries based on the ISO 3166-1 country code standard.
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add strapi-plugin-multi-country-select
# Or using NPM
npm install strapi-plugin-multi-country-select
Then, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run build
After installation you will find the multi-country-select at the custom fields section of the content-type builder.
Now you can select multiple counties from the list. The Alpha-2 code of the selected countries is stored as an array in the database.
You can also add more options to the select field.
If you add an option with the the value "ALL" (and any label), once you select this option all the countries will be deselected and the options will be disabled.
All countries:ALL
i18n-iso-countries - i18n for ISO 3166-1 country codes
Forked and modified from strapi-plugin-country-select
FAQs
A strapi custom field for selecting multiple countries based on the ISO 3166-1 country code standard.
The npm package strapi-plugin-multi-country-select receives a total of 69 weekly downloads. As such, strapi-plugin-multi-country-select popularity was classified as not popular.
We found that strapi-plugin-multi-country-select 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.