react-obfuscate
Advanced tools
Comparing version 3.6.1 to 3.6.2
{ | ||
"name": "react-obfuscate", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "An intelligent React component to obfuscate any contact link", | ||
@@ -5,0 +5,0 @@ "main": "dist/obfuscate.js", |
@@ -93,9 +93,9 @@ # react-obfuscate | ||
| Prop | Type | Default | Description | | ||
| ------------------- | ---------- | ------------ | -------------------------------------------------------------- | | ||
| `linkText` | `string` | `obfuscated` | add custom pre-interaction href attribute placeholder text | | ||
| `obfuscate` | `boolean` | `true` | set to false to disable obfuscation | | ||
| `obfuscateChildren` | `boolean` | `true` | set to false to disable obfuscation of children | | ||
| `element` | `string` | `'a'` | use if you want to override the default `a` tag | | ||
| `onClick` | `function` | `null` | called prior to setting location (e.g. for analytics tracking) | | ||
| Prop | Type | Default | Description | | ||
| ------------------- | ---------- | -------------- | -------------------------------------------------------------- | | ||
| `linkText` | `string` | `'obfuscated'` | add custom pre-interaction href attribute placeholder text | | ||
| `obfuscate` | `boolean` | `true` | set to false to disable obfuscation | | ||
| `obfuscateChildren` | `boolean` | `true` | set to false to disable obfuscation of children | | ||
| `element` | `string` | `'a'` | use if you want to override the default `a` tag | | ||
| `onClick` | `function` | `null` | called prior to setting location (e.g. for analytics tracking) | | ||
@@ -102,0 +102,0 @@ ## Development |
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
17510