Socket
Socket
Sign inDemoInstall

geofence

Package Overview
Dependencies
48
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "geofence",
"version": "1.0.1",
"version": "1.0.2",
"description": "Geofencing for npm",

@@ -18,3 +18,5 @@ "main": "index.js",

"distance",
"termux"
"termux",
"gps",
"geolocation"
],

@@ -21,0 +23,0 @@ "author": "Ari Saif",

@@ -59,3 +59,3 @@ # Geofence

# Example
# Examples

@@ -65,2 +65,3 @@ - [examples/example.js](examples/example.js)

- `node cli.js --apiKey=YOUR_API_KEY --destination="San Francisco, CA"`
- [examples/termux.js](examples/termux.js) to run inside [Termux](https://termux.com/) on Android using GPS
- [examples/termux.js](examples/termux.js) to run inside [Termux](https://termux.com/) on Android using GPS. Run with:
- `node termux.js --apiKey=YOUR_API_KEY --destination="320 Main St, Venice, CA" --fenceDurationValue=5 --updateInterval=10`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc