react-protected-mailto
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -147,5 +147,5 @@ 'use strict'; | ||
obfuscate: true, | ||
obfuscatedHref: '/click-to-open' | ||
obfuscatedHref: 'http://click-to-open' | ||
}; | ||
exports.default = Mailto; |
{ | ||
"name": "react-protected-mailto", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React component to protect email addresses from crawlers.", | ||
@@ -5,0 +5,0 @@ "main": "dist/obfuscate.js", |
@@ -92,5 +92,5 @@ import React, { PureComponent } from 'react' | ||
obfuscate: true, | ||
obfuscatedHref: '/click-to-open', | ||
obfuscatedHref: 'http://click-to-open', | ||
} | ||
export default Mailto |
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
81688