
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.
places-autocomplete-react
Advanced tools
An Address Form Using Google Places AutoComplete, build with React as a reusable component.
This is a reusable React component for quickly and easily adding an Address section to your forms.
It uses Google Maps Places Autocomplete service to predict and autocomplete your input fields.
This component offers a fast setup and inherits the styling of your app.

Test the demo here
npm i places-autocomplete-react
import AutoComplete from 'places-autocomplete-react'
function App() {
return (
<AutoComplete
placesKey="YOUR_GOOGLE_MAPS_API_KEY"
inputId="address"
setAddress={(addressObject) => console.log(addressObject)}
required={true}
/>
);
}
export default App;
The props are of the following types:
placesKey: string - this is your api key. The component will handle the rest.
inputId: string - using distinct id's will allow you to use multiple instances of this component in your form.
setAddress: function - the formatted address and input field state is made available to the parent component via this function. It's up to you what you do with it.
required: boolean - (optional) sets the fields as required
None, just use it in your react project.
If you find the component useful or like my work, why not buy me a coffee by clicking here
FAQs
An Address Form Using Google Places AutoComplete, build with React as a reusable component.
We found that places-autocomplete-react 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.