New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tooltip - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

dist/react-tooltip.js

@@ -191,3 +191,3 @@ 'use strict';

// Detect multiline
var regexp = /<br\s*\/?>|\s{1,}/;
var regexp = /<br\s*\/?>/;
var multiline = e.target.getAttribute('data-multiline') ? e.target.getAttribute('data-multiline') : this.props.multiline ? this.props.multiline : false;

@@ -194,0 +194,0 @@ var tooltipText = undefined;

@@ -0,1 +1,9 @@

v0.6.4
======
release date: 2015-09-27
###Notable Changes:
Multiline option now only detect <br>, <br/> and <br /> to seperate tooltip
v0.6.2

@@ -2,0 +10,0 @@ ======

{
"name": "react-tooltip",
"version": "0.6.3",
"version": "0.6.4",
"description": "react tooltip component",

@@ -5,0 +5,0 @@ "main": "dist/react-tooltip.js",

@@ -151,3 +151,3 @@ 'use strict'

// Detect multiline
const regexp = /<br\s*\/?>|\s{1,}/
const regexp = /<br\s*\/?>/
const multiline = e.target.getAttribute('data-multiline') ? e.target.getAttribute('data-multiline') : (this.props.multiline ? this.props.multiline : false)

@@ -154,0 +154,0 @@ let tooltipText

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