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 3.7.2 to 3.8.0

6

CHANGELOG.md
# @atlassian/json-ld-types
## 3.8.0
### Minor Changes
- 644fd2b: Add atlassian:readTimeInMinutes to Document and atlassian:subTasks to Task
## 3.7.2

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

8

dist/jsonld.d.ts

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

}
export interface SubTasksProgress {
totalCount: number;
resolvedCount: number;
}
export interface Object<T = any> {

@@ -325,2 +329,3 @@ '@id'?: string;

'atlassian:voteCount'?: number;
'atlassian:readTimeInMinutes'?: number;
}

@@ -448,3 +453,4 @@ interface BlogPostDocument extends Document {

'atlassian:storyPoints'?: number;
'atlassian:originalEstmateInSeconds'?: number;
'atlassian:originalEstimateInSeconds'?: number;
'atlassian:subTasks'?: Primitives.SubTasksProgress;
'schema:commentCount'?: number;

@@ -451,0 +457,0 @@ 'schema:potentialAction'?: Primitives.Property<TaskAction>;

2

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