
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cordova-plugin-directions
Advanced tools
Cordova Directions Plugin to utilise native maps for satnav style direction purposes (using latitude and longitude or address).
Cordova Directions Plugin to utilise native maps for satnav style direction purposes (using latitude and longitude or address).
cordova plugin add cordova-plugin-directions
cordova plugin add https://github.com/leecrossley/cordova-plugin-directions.git
Add the following to your config.xml
to use version 0.4.0 (you can also omit the version attribute to always use the latest version). You should now use the npm source:
<gap:plugin name="cordova-plugin-directions" version="0.4.0" source="npm" />
For more information, see the PhoneGap build docs.
You do not need to reference any JavaScript, the Cordova plugin architecture will add a directions
object to your root automatically when you build.
Ensure you use the plugin after your deviceready
event has been fired.
directions.navigateTo("51.50722", "-0.12750"); // latitude, longitude
directions.navigateToAddress("123 Main St. Orlando, Florida"); // address
Support for iOS, Android and Windows Phone 8. Address navigation is not available for Windows Phone 8.
FAQs
Cordova Directions Plugin to utilise native maps for satnav style direction purposes (using latitude and longitude or address).
The npm package cordova-plugin-directions receives a total of 13 weekly downloads. As such, cordova-plugin-directions popularity was classified as not popular.
We found that cordova-plugin-directions 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.