Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dpc-sdp/ripple-link

Package Overview
Dependencies
Maintainers
3
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dpc-sdp/ripple-link - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

8

package.json
{
"name": "@dpc-sdp/ripple-link",
"version": "1.0.0-alpha.3",
"description": "Ripple link",
"version": "1.0.0-alpha.4",
"description": "Components for creating page links in plain text, and with accompanying icon. External links open in a new window by default.",
"main": "index.js",
"dependencies": {
"@dpc-sdp/ripple-global": "1.0.0-alpha.3",
"@dpc-sdp/ripple-icon": "1.0.0-alpha.3"
"@dpc-sdp/ripple-global": "1.0.0-alpha.4",
"@dpc-sdp/ripple-icon": "1.0.0-alpha.4"
}
}
# @dpc-sdp/ripple-link
Link.
> Components for creating page links in plain text, and with accompanying icon.
External links open in a new window by default.
If `rplOptions.nuxt` of `RplGlobal` is set to `true` and the `href` prop value is a relative url, then this component will generate a `<nuxt-link>` instead of a standard link (`<a>`) element.
--------------------------------------------------------------------------------
## Install
`npm install @dpc-sdp/ripple-link --save`
## Usage
```shell
npm install @dpc-sdp/ripple-link --save
```
import RplLink from '@dpc-sdp/ripple-link'
--------------------------------------------------------------------------------
## Dependency graph
```shell
@dpc-sdp/ripple-link
├── @dpc-sdp/ripple-global
└── @dpc-sdp/ripple-icon
```
--------------------------------------------------------------------------------
## Usage and Tests
See [Storybook/Link](https://ripple-ripple-develop.lagoon.vicsdp.amazee.io/?selectedKind=Atoms/Link&selectedStory=Link).
See [Storybook/Text Link](https://ripple-ripple-develop.lagoon.vicsdp.amazee.io/?selectedKind=Atoms/Link&selectedStory=Text%20Link).
--------------------------------------------------------------------------------
## Release History
See [CHANGELOG.md](./CHANGELOG.md).
--------------------------------------------------------------------------------
## License
Licensed under the GPL-2.0+ License.

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