New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deep-foundation/messaging

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deep-foundation/messaging - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

58

deep.json
{
"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"
}
}
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