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

@atlaskit/linking-types

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/linking-types - npm Package Compare versions

Comparing version 0.4.1 to 1.0.0

6

CHANGELOG.md
# @atlaskit/linking-types
## 1.0.0
### Major Changes
- [`c195b15017e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c195b15017e) - removed url property from `Icon` and updated status in `Status` as union type.
## 0.4.1

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/linking-types",
"version": "0.4.1",
"version": "1.0.0",
"sideEffects": false
}
{
"name": "@atlaskit/linking-types",
"version": "0.4.1",
"version": "1.0.0",
"sideEffects": false
}
{
"name": "@atlaskit/linking-types",
"version": "0.4.1",
"version": "1.0.0",
"sideEffects": false
}

@@ -33,3 +33,3 @@ export interface BooleanType {

text: string;
status: string;
status: 'default' | 'inprogress' | 'moved' | 'new' | 'removed' | 'success';
style?: {

@@ -56,3 +56,2 @@ color: string;

label?: string;
url?: string;
}

@@ -59,0 +58,0 @@ export interface IconType {

{
"name": "@atlaskit/linking-types",
"version": "0.4.1",
"version": "1.0.0",
"description": "Schema and Types for frontend and backend parts of linking platform",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

@@ -138,4 +138,2 @@ <!-- API Report Version: 2.3 -->

source: string;
// (undocumented)
url?: string;
}

@@ -210,3 +208,3 @@

// (undocumented)
status: string;
status: 'default' | 'inprogress' | 'moved' | 'new' | 'removed' | 'success';
// (undocumented)

@@ -213,0 +211,0 @@ style?: {

@@ -118,4 +118,2 @@ ## API Report File for "@atlaskit/linking-types"

source: string;
// (undocumented)
url?: string;
}

@@ -190,3 +188,3 @@

// (undocumented)
status: string;
status: 'default' | 'inprogress' | 'moved' | 'new' | 'removed' | 'success';
// (undocumented)

@@ -193,0 +191,0 @@ style?: {

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