You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@os-design/core

Package Overview
Dependencies
Maintainers
1
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

8

lib/Link/index.d.ts

@@ -5,4 +5,8 @@ import { BaseProps } from '@os-design/styled';

export interface LinkProps extends BaseProps, WithDarkMode, WithSizing {
/** The link of the destination. */
href: string;
/**
* The link of the destination.
* Can be used with the Next.js Link component by passing passHref prop.
* @default undefined
*/
href?: string;
}

@@ -9,0 +13,0 @@ /**

{
"name": "@os-design/core",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",

@@ -31,3 +31,3 @@ "main": "lib/index.js",

},
"gitHead": "4f3875ce1a42fae91404c4140e9c886a169e840d"
"gitHead": "51f5b97d4984295138fe5c5d32b0e25a1be8ca5a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc