fathom-client
Advanced tools
Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "fathom-client", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "A simple wrapper around the Fathom Analytics library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -123,5 +123,5 @@ # Fathom Client [![CircleCI](https://circleci.com/gh/derrickreimer/fathom-client.svg?style=svg)](https://circleci.com/gh/derrickreimer/fathom-client) | ||
### `disableTrackingForMe()` | ||
### `blockTrackingForMe()` | ||
Disables tracking for the current visitor. | ||
Blocks tracking for the current visitor. | ||
@@ -137,5 +137,5 @@ See https://usefathom.com/docs/features/exclude. | ||
```js | ||
import { disableTrackingForMe } from 'fathom-client'; | ||
import { blockTrackingForMe } from 'fathom-client'; | ||
disableTrackingForMe(); | ||
blockTrackingForMe(); | ||
``` | ||
@@ -142,0 +142,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17966