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 2.1.1 to 2.1.2

1

dist/obfuscate.js

@@ -132,2 +132,3 @@ 'use strict';

onMouseOver: this.handleCopiability.bind(this),
onContextMenu: this.handleCopiability.bind(this),
href: linkText || 'obfuscated'

@@ -134,0 +135,0 @@ }, others, {

4

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

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