
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@woosmap/expo-plugin-geofencing-batch
Advanced tools
Woosmap geofencing batch integration
@woosmap/expo-plugin-geofencing-batch is a config plugin to customize native build properties when using npx expo prebuild.
npm install @woosmap/expo-plugin-geofencing-batch
Add plugin to app.json
. For example:
"plugins": [
...,
[
"@woosmap/expo-plugin-geofencing-batch",
{
"locationAlwaysAndWhenInUsePermission": "app Location permission",
"locationAlwaysPermission": "app Location always",
"locationWhenInUsePermission": "app Location when in use",
"useAndroidBackgroundLocation": true, //Default true
"useAndroidBluetooth": false, //Default true
}
]
]
More info is available at our Developers Page.
Please refer to WHATSNEW.md for a list of notable changes for each version of the plugin.
You can also see the tags on this repository.
FAQs
Woosmap geofencing and batch integration
The npm package @woosmap/expo-plugin-geofencing-batch receives a total of 17 weekly downloads. As such, @woosmap/expo-plugin-geofencing-batch popularity was classified as not popular.
We found that @woosmap/expo-plugin-geofencing-batch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.