Socket
Socket
Sign inDemoInstall

json-ld-types

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-ld-types - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

6

CHANGELOG.md
# @atlassian/json-ld-types
## 2.3.0
### Minor Changes
- 29f9d35: add atlassian:titlePrefix to JsonLd.Data.BaseData
## 2.2.2

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

7

dist/jsonld.d.ts

@@ -7,3 +7,3 @@ import { Action as ActionSchema, AssignAction, CommentAction, DeleteAction, DownloadAction, ReplyAction, ShareAction, SubscribeAction, ViewAction, WatchAction } from 'schema-dts';

type LeafType = 'Object' | 'Link' | 'Collection';
type ObjectType = 'Collection' | 'Application' | 'Group' | 'Person' | 'Service' | 'Organization' | 'Relationship' | 'Object' | 'Article' | 'Document' | 'Audio' | 'Image' | 'Video' | 'Note' | 'Page' | 'Event' | 'Place' | 'Profile' | 'Tombstone' | 'schema:BlogPosting' | 'schema:TextDigitalDocument' | 'schema:DigitalDocument' | 'schema:PresentationDigitalDocument' | 'schema:SpreadsheetDigitalDocument' | 'schema:Message' | 'atlassian:Project' | 'atlassian:SourceCodeReference' | 'atlassian:SourceCodeRepository' | 'atlassian:SourceCodePullRequest' | 'atlassian:SourceCodeCommit' | 'atlassian:Task' | 'atlassian:UndefinedLink';
type ObjectType = 'Collection' | 'Application' | 'Group' | 'Person' | 'Service' | 'Organization' | 'Relationship' | 'Object' | 'Article' | 'Document' | 'Audio' | 'Image' | 'Video' | 'Note' | 'Page' | 'Event' | 'Place' | 'Profile' | 'Tombstone' | 'schema:BlogPosting' | 'schema:TextDigitalDocument' | 'schema:DigitalDocument' | 'schema:PresentationDigitalDocument' | 'schema:SpreadsheetDigitalDocument' | 'schema:Message' | 'atlassian:Project' | 'atlassian:SourceCodeReference' | 'atlassian:SourceCodeRepository' | 'atlassian:SourceCodePullRequest' | 'atlassian:SourceCodeCommit' | 'atlassian:Task' | 'atlassian:UndefinedLink' | 'atlassian:Emoji';
type LinkType = 'Mention';

@@ -223,2 +223,3 @@ type CollectionType = 'Collection' | 'CollectionPage';

'atlassian:visitUrl'?: string;
'atlassian:titlePrefix'?: TitlePrefix;
}

@@ -234,2 +235,6 @@ interface BaseCollectionData<T extends BaseData> extends Primitives.Collection<T> {

}
interface TitlePrefix extends Primitives.Object {
text: string;
'@type': Primitives.Property<Primitives.ObjectType>;
}
type DocumentAction = DeleteAction | ViewAction | DownloadAction | ShareAction | CommentAction | WatchAction;

@@ -236,0 +241,0 @@ type DocumentParentType = 'Object' | 'Document';

2

package.json
{
"name": "json-ld-types",
"version": "2.2.2",
"version": "2.3.0",
"contributors": [

@@ -5,0 +5,0 @@ {

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