react-obfuscate
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "react-obfuscate", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "An intelligent React component to obfuscate any contact link", | ||
@@ -5,0 +5,0 @@ "main": "dist/Obfuscate.js", |
@@ -56,10 +56,10 @@ # react-obfuscate | ||
Prop | Type | Description | ||
----------|-----------|------------ | ||
email | `string` | email address of the intended recipient | ||
tel | `string` | telephone number of the intended recipient | ||
sms | `string` | sms number of the intended recipient | ||
facetime | `string` | facetime address of the intended recipient | ||
headers | `object` | subject, cc, bcc, body, etc | ||
obfuscate | `boolean` | set to {false} if you would like | ||
Prop | Type | Argument | Default | Description | ||
----------|-----------|--------------|-----------|------------ | ||
email | `string` | `<optional>` | `null` | email address of the intended recipient | ||
tel | `string` | `<optional>` | `null` | telephone number of the intended recipient | ||
sms | `string` | `<optional>` | `null` | sms number of the intended recipient | ||
facetime | `string` | `<optional>` | `null` | facetime address of the intended recipient | ||
headers | `object` | `<optional>` | `null` | subject, cc, bcc, body, etc | ||
obfuscate | `boolean` | `<optional>` | `true` | set to false to disable obfuscation | ||
@@ -66,0 +66,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
14071