Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yelloan/react-linkify

Package Overview
Dependencies
Maintainers
14
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yelloan/react-linkify - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

6

dist/components/Linkify.js

@@ -107,7 +107,3 @@ 'use strict';

value: function render() {
return React.createElement(
'span',
null,
this.parse(this.props.children)
);
return this.parse(this.props.children);
}

@@ -114,0 +110,0 @@ }]);

2

package.json
{
"name": "@yelloan/react-linkify",
"version": "0.2.3",
"version": "0.3.0",
"description": "React component to parse links (urls, emails, etc.) in text into clickable links",

@@ -5,0 +5,0 @@ "homepage": "http://tasti.github.io/react-linkify/",

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