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

@dennisdigital/polaris-components-link

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dennisdigital/polaris-components-link - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.5.2](https://github.com/dennisinteractive/polaris-componentlibrary/compare/@dennisdigital/polaris-components-link@1.5.1...@dennisdigital/polaris-components-link@1.5.2) (2020-06-05)
### Bug Fixes
* **Link:** Fix issue with target not being set for the external links ([421a365](https://github.com/dennisinteractive/polaris-componentlibrary/commit/421a365))
## [1.5.1](https://github.com/dennisinteractive/polaris-componentlibrary/compare/@dennisdigital/polaris-components-link@1.5.0...@dennisdigital/polaris-components-link@1.5.1) (2020-06-05)

@@ -8,0 +19,0 @@

2

Link.js

@@ -170,3 +170,3 @@ /**

rel={rel || ((linkTarget === '_blank') ? 'noopener' : undefined)}
target={amp || ssr ? null : linkTarget}
target={amp ? null : linkTarget}
>

@@ -173,0 +173,0 @@ {children}

{
"name": "@dennisdigital/polaris-components-link",
"version": "1.5.1",
"version": "1.5.2",
"main": "index.js",

@@ -29,3 +29,3 @@ "license": "MIT",

},
"gitHead": "e1c4e28429e2e1a96b2adcd48f27e93ac5ce06f1"
"gitHead": "3edb3ba6d7f40309df1581d036c06fb577bf32e3"
}
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