
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-gmaps-id
Advanced tools
=== How To Use ===
npm install react-gmaps-id
=== Example Code ===
import ReactGmapsId from "react-gmaps-id";
export default function App() {
/* Get Data After Drag Marker */
const onDrag = (val) => {
console.log(val); // Get all data
console.log(val[0].geometry.location.toJSON()); // Get LatLng
};
return (
<ReactGmapsId
name="test" // Unique key of ReactGmapsId
height="200px" // Height layout of maps
width="200px" // Width layout of maps
zoom="10" // Zoom maps
defaultMap="Dapur Rumaisha" // Set default center of maps
onDrag={onDrag} // Callback function Drag marker
onError={(e) => {console.log(e)}} // Callback error function
keyGoogle="GOOGLE_KEY" // Google key
/>
);
}
Codesanbox
FAQs
For using google maps with ReactJs
The npm package react-gmaps-id receives a total of 0 weekly downloads. As such, react-gmaps-id popularity was classified as not popular.
We found that react-gmaps-id 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.