react-obfuscate
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -132,2 +132,3 @@ 'use strict'; | ||
onMouseOver: this.handleCopiability.bind(this), | ||
onContextMenu: this.handleCopiability.bind(this), | ||
href: linkText || 'obfuscated' | ||
@@ -134,0 +135,0 @@ }, others, { |
{ | ||
"name": "react-obfuscate", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "An intelligent React component to obfuscate any contact link", | ||
@@ -29,3 +29,3 @@ "main": "dist/obfuscate.js", | ||
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'", | ||
"start": "npm run build; npm run build-example; npm run serve-example; npm run watch-example", | ||
"start": "npm run build; npm run build-example; npm run serve-example && npm run watch-example", | ||
"test": "jest", | ||
@@ -32,0 +32,0 @@ "test:watch": "jest --watch", |
@@ -108,2 +108,3 @@ import React, { Component } from 'react' | ||
onMouseOver={this.handleCopiability.bind(this)} | ||
onContextMenu={this.handleCopiability.bind(this)} | ||
href={linkText || 'obfuscated'} | ||
@@ -110,0 +111,0 @@ {...others} |
Sorry, the diff of this file is not supported yet
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
25834
520