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

@cloudflare/component-link

Package Overview
Dependencies
Maintainers
33
Versions
642
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-link - npm Package Compare versions

Comparing version 8.0.11 to 8.0.12

14

dist/Link.d.ts

@@ -205,2 +205,16 @@ import React from 'react';

translate?: "yes" | "no" | undefined;
'data-tooltip-id'?: string | undefined;
'data-tooltip-place'?: import("react-tooltip").PlacesType | undefined;
'data-tooltip-content'?: string | null | undefined;
'data-tooltip-html'?: string | null | undefined;
'data-tooltip-variant'?: import("react-tooltip").VariantType | undefined;
'data-tooltip-offset'?: number | undefined;
'data-tooltip-wrapper'?: import("react-tooltip").WrapperType | undefined;
'data-tooltip-events'?: import("react-tooltip").EventsType[] | undefined;
'data-tooltip-position-strategy'?: import("react-tooltip").PositionStrategy | undefined;
'data-tooltip-delay-show'?: number | undefined;
'data-tooltip-delay-hide'?: number | undefined;
'data-tooltip-float'?: boolean | undefined;
'data-tooltip-hidden'?: boolean | undefined;
'data-tooltip-class-name'?: string | undefined;
onCopy?: React.ClipboardEventHandler<HTMLAnchorElement> | undefined;

@@ -207,0 +221,0 @@ onCopyCapture?: React.ClipboardEventHandler<HTMLAnchorElement> | undefined;

@@ -111,2 +111,16 @@ import React, { ComponentProps } from 'react';

translate?: "yes" | "no" | undefined;
'data-tooltip-id'?: string | undefined;
'data-tooltip-place'?: import("react-tooltip").PlacesType | undefined;
'data-tooltip-content'?: string | null | undefined;
'data-tooltip-html'?: string | null | undefined;
'data-tooltip-variant'?: import("react-tooltip").VariantType | undefined;
'data-tooltip-offset'?: number | undefined;
'data-tooltip-wrapper'?: import("react-tooltip").WrapperType | undefined;
'data-tooltip-events'?: import("react-tooltip").EventsType[] | undefined;
'data-tooltip-position-strategy'?: import("react-tooltip").PositionStrategy | undefined;
'data-tooltip-delay-show'?: number | undefined;
'data-tooltip-delay-hide'?: number | undefined;
'data-tooltip-float'?: boolean | undefined;
'data-tooltip-hidden'?: boolean | undefined;
'data-tooltip-class-name'?: string | undefined;
onCopy?: React.ClipboardEventHandler<HTMLAnchorElement> | undefined;

@@ -113,0 +127,0 @@ onCopyCapture?: React.ClipboardEventHandler<HTMLAnchorElement> | undefined;

7

es/Link.js

@@ -1,2 +0,2 @@

var _excluded = ["role", "onClick", "children", "isActive", "expandable", "tabIndex", "href"];
var _excluded = ["role", "onClick", "children", "isActive", "expandable", "tabIndex", "href", "inverted"];

@@ -28,3 +28,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }

tabIndex,
href
href,
// @ts-ignore Swallow the inverted prop for ButtonLink components to
// prevent a console warning
inverted
} = _ref,

@@ -31,0 +34,0 @@ props = _objectWithoutProperties(_ref, _excluded);

@@ -1,2 +0,2 @@

var _excluded = ["children", "onClick", "setRef"],
var _excluded = ["children", "onClick", "setRef", "inverted"],
_excluded2 = ["noUnderline", "noWrapText", "testId"],

@@ -25,3 +25,6 @@ _excluded3 = ["innerRef"];

onClick: _onClick,
setRef
setRef,
// @ts-ignore Swallow the inverted prop for ButtonLink components to
// prevent a console warning
inverted
} = _ref,

@@ -28,0 +31,0 @@ props = _objectWithoutProperties(_ref, _excluded);

@@ -18,3 +18,3 @@ "use strict";

var _excluded = ["role", "onClick", "children", "isActive", "expandable", "tabIndex", "href"];
var _excluded = ["role", "onClick", "children", "isActive", "expandable", "tabIndex", "href", "inverted"];

@@ -45,2 +45,3 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

href = _ref.href,
inverted = _ref.inverted,
props = _objectWithoutProperties(_ref, _excluded);

@@ -47,0 +48,0 @@

@@ -14,3 +14,3 @@ "use strict";

var _excluded = ["children", "onClick", "setRef"],
var _excluded = ["children", "onClick", "setRef", "inverted"],
_excluded2 = ["noUnderline", "noWrapText", "testId"],

@@ -37,2 +37,3 @@ _excluded3 = ["innerRef"];

setRef = _ref.setRef,
inverted = _ref.inverted,
props = _objectWithoutProperties(_ref, _excluded);

@@ -39,0 +40,0 @@

{
"name": "@cloudflare/component-link",
"description": "Cloudflare Link Component",
"version": "8.0.11",
"version": "8.0.12",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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