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
17
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 0.0.3 to 0.0.4

4

package.json
{
"name": "@hashicorp/react-link-wrap",
"description": "Wraps a standard 'a' element to enable nextjs Link usage",
"version": "0.0.3",
"version": "0.0.4",
"author": "Hashicorp - Jeff Escalante",

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

},
"gitHead": "e74a03fd1d4e3892eceef3e560b22d46ef64bd74"
"gitHead": "39bd69739fed51fae571027f13d5c3dd7f0d3b57"
}

@@ -21,4 +21,10 @@ # Link Wrap

### Usage Notes
The `href` passed to this component expects relative urls to be used for internal routes, and absolute urls to be used for external routes.
If this condition is not true, the links may not behave properly. Specifically, in the context of NextJS, this can result in internal links not using client-side transitions, or external links being erroneously prefetched. More info in [this PR](https://github.com/zeit/next.js/pull/8231), and [this open issue](https://github.com/zeit/next.js/issues/8555) could result in changes to this behavior.
### Props
- `Link` - [optional] nextjs link component
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