🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-link

Package Overview
Dependencies
Maintainers
32
Versions
1590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-link

A component for creating links

Source
npmnpm
Version
8.56.5-pr-snapshot-1728655013879
Version published
Weekly downloads
12K
8.15%
Maintainers
32
Weekly downloads
 
Created
Source

category: packages

npm  MIT License  Code of Conduct

A styled HTML link component

Components

The ui-link package contains the following:

  • Link

Installation

npm install @instructure/ui-link

Usage

---
type: code
---
import React from 'react'
import { Link } from '@instructure/ui-link'

const MyLink = () => {
  return (
    <Text>This is <Link href="http://instructure.design">a link</Link>!</Text>
  )
}

FAQs

Package last updated on 11 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts