Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@dotdev/reactive-google-map
Advanced tools
This package provides a React Component for embedded Google Maps with good support for configuration, marker clustering, event handlers.
This package provides a React Component for embedded Google Maps with good support for configuration, marker clustering, event handlers.
Internally it uses the @google/markerclustererplus
for clustering of markers and the Google Maps API hosted script for embedding which can be injected automatically, additionally the @google/maps
package is used for Geolocation purposes.
This package is private and requires access to the @dotdev
organization to install.
yarn add @dotdev/reactive-google-map
GoogleMap
Componentimport { GoogleMap } from "@dotdev/reactive-google-map";
const jsx = (
<GoogleMap
...props
/>
)
GoogleMapAutocomplete
Componentimport { GoogleMapAutocomplete } from "@dotdev/reactive-google-map";
const jsx = (
<GoogleMapAutocomplete
...props
/>
)
Geocoder
Utilityimport { Geocoder } from "@dotdev/reactive-google-map";
Geocoder.latLngToDirections(...);
const geocoder = new Geocoder(...);
await geocoder.addressToLatLng(...);
await geocoder.browserToLatLng();
await geocoder.latLngToAddress(...);
Bounds
Utilityimport { Bounds } from "@dotdev/reactive-google-map";
Bounds.simplifyBounds(...);
Bounds.latLonDistance(...);
Git management follows the standard Git Flow ideology.
Package for usage:
yarn run package
Package during development, with rebuild on file change:
yarn run package --watch
Lint before commiting:
yarn run lint
Generate reference documentation:
yarn run docs
FAQs
This package provides a React Component for embedded Google Maps with good support for configuration, marker clustering, event handlers.
The npm package @dotdev/reactive-google-map receives a total of 0 weekly downloads. As such, @dotdev/reactive-google-map popularity was classified as not popular.
We found that @dotdev/reactive-google-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.