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.4.0 to 2.4.1

6

CHANGELOG.md
# @atlassian/json-ld-types
## 2.4.1
### Patch Changes
- 44d10ee: Add dateViewed, viewCount, voteCount, reactCount to jsonld
## 2.4.0

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

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

'schema:potentialAction'?: Primitives.Property<DocumentAction>;
'atlassian:dateViewed'?: string;
'atlassian:reactCount'?: number;
'atlassian:state'?: string;
'atlassian:viewCount'?: number;
'atlassian:voteCount'?: number;
}

@@ -276,2 +280,3 @@ interface BlogPostDocument extends Document {

dateRead?: string;
'atlassian:reactCount'?: number;
'schema:potentialAction'?: Primitives.Property<MessageAction>;

@@ -295,2 +300,3 @@ }

'atlassian:member': Primitives.Link | Primitives.Person | Primitives.Collection<Primitives.Person>;
'atlassian:reactCount'?: number;
'schema:dateCreated': string;

@@ -332,2 +338,3 @@ 'schema:commentCount'?: number;

'atlassian:reviewedBy'?: Array<Primitives.Link | Primitives.Person>;
'atlassian:voteCount'?: number;
'schema:dateCreated': string;

@@ -352,2 +359,4 @@ 'schema:programmingLanguage'?: string;

'atlassian:subscriberCount': number;
'atlassian:viewCount'?: number;
'atlassian:voteCount'?: number;
'schema:dateCreated': string;

@@ -364,5 +373,8 @@ 'schema:programmingLanguage'?: string;

'atlassian:priority'?: string | Primitives.Object;
'atlassian:reactCount'?: number;
'atlassian:taskType'?: TaskType | Primitives.Object | Primitives.Link;
'atlassian:taskStatus'?: Primitives.Object;
'atlassian:updatedBy'?: Primitives.Link | Primitives.Person;
'atlassian:viewCount'?: number;
'atlassian:voteCount'?: number;
'schema:commentCount'?: number;

@@ -369,0 +381,0 @@ 'schema:dateCreated'?: string;

2

package.json
{
"name": "json-ld-types",
"version": "2.4.0",
"version": "2.4.1",
"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