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

@clayui/link

Package Overview
Dependencies
Maintainers
16
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/link - npm Package Compare versions

Comparing version 3.37.0 to 3.38.0

2

lib/Context.js

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

*/
var context = _react.default.createContext('a');
var context = /*#__PURE__*/_react.default.createContext('a');

@@ -19,0 +19,0 @@ context.displayName = 'ClayLinkContext';

@@ -20,2 +20,4 @@ "use strict";

var _excluded = ["borderless", "button", "children", "className", "displayType", "monospaced", "outline", "rel", "target"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -41,3 +43,3 @@

target = _ref.target,
otherProps = _objectWithoutProperties(_ref, ["borderless", "button", "children", "className", "displayType", "monospaced", "outline", "rel", "target"]);
otherProps = _objectWithoutProperties(_ref, _excluded);

@@ -44,0 +46,0 @@ var TagOrComponent = _react.default.useContext(_Context.default);

{
"name": "@clayui/link",
"version": "3.37.0",
"version": "3.38.0",
"description": "ClayLink component",

@@ -39,3 +39,3 @@ "license": "BSD-3-Clause",

],
"gitHead": "0079c5f752a4c2fd2885e507d466bfd63fe57a9f"
"gitHead": "7bd99c6d432b6973d76b7003e64ed72e42879a8b"
}

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