Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-obfuscate

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-obfuscate - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc