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

@hashicorp/react-link-wrap

Package Overview
Dependencies
Maintainers
20
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/react-link-wrap - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

dist/index.js

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

if (Link && !isAbsoluteURL(href)) {
return React.createElement(Link, {
return /*#__PURE__*/React.createElement(Link, {
href: href,

@@ -87,7 +87,7 @@ as: as,

shallow: shallow
}, React.createElement("a", _extends({
}, /*#__PURE__*/React.createElement("a", _extends({
"data-testid": "a"
}, props), children));
} else {
return React.createElement("a", _extends({
return /*#__PURE__*/React.createElement("a", _extends({
href: href,

@@ -94,0 +94,0 @@ "data-testid": "a-raw"

{
"name": "@hashicorp/react-link-wrap",
"description": "Wraps a standard 'a' element to enable NextJS Link usage",
"version": "1.0.0",
"version": "1.0.1",
"author": "Hashicorp - Jeff Escalante",

@@ -17,3 +17,3 @@ "license": "MPL-2.0",

},
"gitHead": "cff05acf1fb607266871bc8d1a1df809178afd81"
"gitHead": "91411752de6f18e074f8492cc7690f1b05961527"
}
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