Socket
Socket
Sign inDemoInstall

linkify-react

Package Overview
Dependencies
4
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

2

dist/linkify-react.js

@@ -111,3 +111,3 @@ var Linkify = (function (React, linkifyjs) {

* @template {string | React.JSXElementConstructor<P>} T
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: any, children?: React.ReactNode}} props
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: import('linkifyjs').Opts, children?: React.ReactNode}} props
* @returns {React.ReactElement<P, T>}

@@ -114,0 +114,0 @@ */

@@ -5,3 +5,3 @@ export { Linkify as default };

* @template {string | React.JSXElementConstructor<P>} T
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: any, children?: React.ReactNode}} props
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: import('linkifyjs').Opts, children?: React.ReactNode}} props
* @returns {React.ReactElement<P, T>}

@@ -12,3 +12,3 @@ */

tagName?: T;
options?: any;
options?: import('linkifyjs').Opts;
children?: React.ReactNode;

@@ -15,0 +15,0 @@ }): React.ReactElement<P, T>;

@@ -91,3 +91,3 @@ import * as React from 'react';

* @template {string | React.JSXElementConstructor<P>} T
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: any, children?: React.ReactNode}} props
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: import('linkifyjs').Opts, children?: React.ReactNode}} props
* @returns {React.ReactElement<P, T>}

@@ -94,0 +94,0 @@ */

@@ -5,3 +5,3 @@ export = Linkify;

* @template {string | React.JSXElementConstructor<P>} T
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: any, children?: React.ReactNode}} props
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: import('linkifyjs').Opts, children?: React.ReactNode}} props
* @returns {React.ReactElement<P, T>}

@@ -12,5 +12,5 @@ */

tagName?: T;
options?: any;
options?: import('linkifyjs').Opts;
children?: React.ReactNode;
}): React.ReactElement<P, T>;
import React = require("react");

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

* @template {string | React.JSXElementConstructor<P>} T
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: any, children?: React.ReactNode}} props
* @param {P & { as?: T, tagName?: T, tagName?: T, options?: import('linkifyjs').Opts, children?: React.ReactNode}} props
* @returns {React.ReactElement<P, T>}

@@ -116,0 +116,0 @@ */

{
"name": "linkify-react",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "React element interface for linkifyjs",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc