@deep-foundation/messaging
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"package": { | ||
"name": "@deep-foundation/messaging", | ||
"version": "2.0.0" | ||
"version": "2.0.1" | ||
}, | ||
@@ -10,3 +10,3 @@ "data": [ | ||
"dependencyId": 0, | ||
"containValue": "Tree" | ||
"containValue": "Type" | ||
}, | ||
@@ -18,3 +18,3 @@ "id": 1 | ||
"dependencyId": 0, | ||
"containValue": "Type" | ||
"containValue": "Value" | ||
}, | ||
@@ -26,3 +26,3 @@ "id": 2 | ||
"dependencyId": 0, | ||
"containValue": "Any" | ||
"containValue": "String" | ||
}, | ||
@@ -34,3 +34,3 @@ "id": 3 | ||
"dependencyId": 0, | ||
"containValue": "TreeIncludeUp" | ||
"containValue": "Tree" | ||
}, | ||
@@ -42,3 +42,3 @@ "id": 4 | ||
"dependencyId": 0, | ||
"containValue": "Value" | ||
"containValue": "TreeIncludeNode" | ||
}, | ||
@@ -50,3 +50,3 @@ "id": 5 | ||
"dependencyId": 0, | ||
"containValue": "String" | ||
"containValue": "Any" | ||
}, | ||
@@ -58,3 +58,3 @@ "id": 6 | ||
"dependencyId": 0, | ||
"containValue": "TreeIncludeNode" | ||
"containValue": "TreeIncludeUp" | ||
}, | ||
@@ -64,37 +64,47 @@ "id": 7 | ||
{ | ||
"id": "messagingTree", | ||
"id": "Message", | ||
"type": 1 | ||
}, | ||
{ | ||
"id": "Author", | ||
"type": 2, | ||
"from": 3, | ||
"to": 3 | ||
"id": "Conversation", | ||
"type": 1 | ||
}, | ||
{ | ||
"id": "Reply", | ||
"id": "сonversationValue", | ||
"type": 2, | ||
"from": 3, | ||
"from": "Conversation", | ||
"to": 3 | ||
}, | ||
{ | ||
"id": "messagingTreeReply", | ||
"type": 4, | ||
"id": "messagingTree", | ||
"type": 4 | ||
}, | ||
{ | ||
"id": "messagingTreeAny", | ||
"type": 5, | ||
"from": "messagingTree", | ||
"to": "Reply" | ||
"to": 6 | ||
}, | ||
{ | ||
"id": "Message", | ||
"type": 2 | ||
"id": "Author", | ||
"type": 1, | ||
"from": 6, | ||
"to": 6 | ||
}, | ||
{ | ||
"id": "messageValue", | ||
"type": 5, | ||
"from": "Message", | ||
"id": "Reply", | ||
"type": 1, | ||
"from": 6, | ||
"to": 6 | ||
}, | ||
{ | ||
"id": "messagingTreeAny", | ||
"id": "messagingTreeReply", | ||
"type": 7, | ||
"from": "messagingTree", | ||
"to": "Reply" | ||
}, | ||
{ | ||
"id": "messageValue", | ||
"type": 2, | ||
"from": "Message", | ||
"to": 3 | ||
@@ -101,0 +111,0 @@ } |
@@ -6,6 +6,6 @@ { | ||
], | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"dependencies": { | ||
"@deep-foundation/core": "^0.0.2" | ||
"@deep-foundation/core": "~0.0.2" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1959
111
1
Updated@deep-foundation/core@~0.0.2