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.
angular-google-maps-geocoder
Advanced tools
Angular typeahead google Maps Geocoder (also reverse geocoder)
Angular typeahead Google Maps Geocoder
You can download angular-google-maps-geocoder
by:
bower install angular-google-maps-geocoder
npm install angular-google-maps-geocoder
This module exposes a simple directive with the following attributes:
placeid
- Will set the value of the input to the formatted address of the passed Google Maps place IDoutput
- The variable that will contain the selected valuemin-length
- Minimal number of characters before typeahead kicks-inwait-ms
- Minimal wait time after last character typed before typeahead kicks-in<div
angular-google-maps-geocoder placeid="{{ my_place_id }}"
output="out"
placeholder="Placeholder goes here..."
min-length="5"
wait-ms="500"
></div>
FAQs
Angular typeahead google Maps Geocoder (also reverse geocoder)
We found that angular-google-maps-geocoder 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.