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

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.0.1 to 2.1.0

6

CHANGELOG.md
# @atlassian/json-ld-types
## 2.1.0
### Minor Changes
- 8e85391: Add atlassian:state attribute to Document and Project types.
## 2.0.1

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

2

dist/jsonld.d.ts

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

'schema:potentialAction'?: Primitives.Property<DocumentAction>;
'atlassian:state'?: string;
}

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

'schema:commentCount'?: number;
'atlassian:state'?: string;
}

@@ -282,0 +284,0 @@ interface SourceCodeDocument extends Document {

2

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