
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
semantic-ui-react-countries
Advanced tools
ISO-3166-1 countries data formatter and updater for semantic ui react dropdown component.
A simple tool for fetching and parsing ISO-3166-1 country data for use in Semantic UI React dropdown components. Data source: datahub.io.
$ npm install -g semantic-ui-react-countries
$ get-countries
Creates/overwrites file in current directory
./countriesData.js
export const COUNTRY_OPTIONS = [{"text":"Afghanistan","key":"AF","value":"AF","flag":"AF"},{"text":"Åland Islands","key":"AX","value":"AX","flag":"AX"},{"text":"Albania","key":"AL","value":"AL","flag":"AL"},{"text":"Algeria","key":"DZ","value":"DZ","flag":"DZ"},{"text":"American Samoa","key":"AS","value":"AS","flag":"AS"},{"text":"Andorra","key":"AD", ...
(-n, --name)(-p, --path)(--no-flags)$ get-countries -n MY_COUNTRIES_DATA -p ./src/js/common/countries.js --no-flags
Creates/overwrites file in specified directory
./src/js/common/countries.js
export const MY_COUNTRIES_DATA = [{"text":"Afghanistan","key":"AF","value":"AF"},{"text":"Åland Islands","key":"AX","value":"AX"},{"text":"Albania","key":"AL","value":"AL"},{"text":"Algeria","key":"DZ","value":"DZ"},{"text":"American Samoa","key":"AS","value":"AS"},{"text":"Andorra","key":"AD","value":"AD"},{"text":"Angola","key":"AO", ...
Simply import the const and use it in your semantic dropdown...
import { COUNTRY_OPTIONS } from './countriesData.js';
...
<Form>
<Form.Field>
<label htmlFor="country">Country</label>
<Dropdown
name="country"
onChange={this.updateCountry}
options={COUNTRY_OPTIONS}
search
selection
selectOnBlur={false}
value={this.state.country}
/>
</Form.Field>
</Form>
FAQs
ISO-3166-1 countries data formatter and updater for semantic ui react dropdown component.
The npm package semantic-ui-react-countries receives a total of 7 weekly downloads. As such, semantic-ui-react-countries popularity was classified as not popular.
We found that semantic-ui-react-countries 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.