react-obfuscate
Advanced tools
Comparing version 3.5.0-0 to 3.5.0
{ | ||
"name": "react-obfuscate", | ||
"version": "3.5.0-0", | ||
"version": "3.5.0", | ||
"description": "An intelligent React component to obfuscate any contact link", | ||
@@ -49,3 +49,3 @@ "main": "dist/obfuscate.js", | ||
"jest": "^24.4.0", | ||
"next": "^7.0.2", | ||
"next": "^8.1.0", | ||
"prettier": "^1.16.4", | ||
@@ -52,0 +52,0 @@ "react": "^16.8.5", |
@@ -5,2 +5,3 @@ # react-obfuscate | ||
[![Build Status](https://travis-ci.org/coston/react-obfuscate.svg?branch=master)](https://travis-ci.org/coston/react-obfuscate) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/coston/react-obfuscate.svg)](https://greenkeeper.io/) | ||
[![npm version](https://badge.fury.io/js/react-obfuscate.svg)](https://www.npmjs.com/package/react-obfuscate) | ||
@@ -18,3 +19,3 @@ [![npm](https://img.shields.io/npm/dm/react-obfuscate.svg)](https://www.npmjs.com/package/react-obfuscate) | ||
The user passes the contact link as an `email, tel, sms, or facetime` prop. The component obfuscates href data until a hover, click, or focus event. Links are given their proper URL schemes (mailto, facetime, etc.) The link is rendered in reverse in the dom, but reversed again with css. This making the link useless for spammers, but user friendly on screen. | ||
The user passes the contact link as an `email`, `tel`, `sms`, `facetime`, or `href` prop. The component obfuscates href data until a hover, click, or focus event. Links are given their proper URL schemes (mailto, facetime, etc.) The link is rendered in reverse in the dom, but reversed again with css. This making the link useless for spammers, but user friendly on screen. | ||
@@ -21,0 +22,0 @@ ## Why |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17273
0
145