Socket
Socket
Sign inDemoInstall

@deep-foundation/capacitor-call-history

Package Overview
Dependencies
Maintainers
12
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deep-foundation/capacitor-call-history - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

66

deep.json
{
"package": {
"name": "@deep-foundation/capacitor-call-history",
"version": "0.0.1"
"version": "0.0.2"
},

@@ -10,3 +10,3 @@ "data": [

"dependencyId": 0,
"containValue": "Type"
"containValue": "Value"
},

@@ -18,3 +18,3 @@ "id": 1

"dependencyId": 0,
"containValue": "Value"
"containValue": "String"
},

@@ -26,3 +26,3 @@ "id": 2

"dependencyId": 0,
"containValue": "String"
"containValue": "Type"
},

@@ -32,50 +32,50 @@ "id": 3

{
"id": "type",
"type": 1
"id": "ValueDuration",
"type": 1,
"from": "Duration",
"to": 2
},
{
"id": "ValueType",
"type": 2,
"from": "type",
"to": 3
"id": "Type",
"type": 3
},
{
"id": "ValueDuration",
"type": 2,
"from": "duration",
"to": 3
"id": "ValueType",
"type": 1,
"from": "Type",
"to": 2
},
{
"id": "duration",
"type": 1
"id": "PhoneNumber",
"type": 3
},
{
"id": "phoneNumber",
"type": 1
},
{
"id": "ValuePhoneNumber",
"type": 2,
"from": "phoneNumber",
"to": 3
"type": 1,
"from": "PhoneNumber",
"to": 2
},
{
"id": "callInfo",
"type": 1
"id": "CallInfo",
"type": 3
},
{
"id": "ValueCallInfo",
"type": 2,
"from": "callInfo",
"to": 3
"type": 1,
"from": "CallInfo",
"to": 2
},
{
"id": "date",
"type": 1
"id": "Date",
"type": 3
},
{
"id": "ValueDate",
"type": 2,
"from": "date",
"to": 3
"type": 1,
"from": "Date",
"to": 2
},
{
"id": "Duration",
"type": 3
}

@@ -82,0 +82,0 @@ ],

@@ -6,6 +6,6 @@ {

],
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"@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