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

@clevertap/clevertap-signed-call-react-native

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevertap/clevertap-signed-call-react-native - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

9

lib/commonjs/SignedCall.js

@@ -44,2 +44,11 @@ 'use strict';

const eventEmitter = new _reactNative.NativeEventEmitter(CleverTapSignedCall);
/**
* Passes the CleverTap Signed Call React Native SDK name and the current version for version tracking
* @param {string} sdkName - SDK name's literal
* @param {number} sdkVersion - The updated SDK version. /// If the current version is X.X.X then pass as X0X0X
*/
const sdkName = 'ctscsdkversion-react-native';
const sdkVersion = 3;
CleverTapSignedCall.trackSdkVersion(sdkName, sdkVersion);
class SignedCall {

@@ -46,0 +55,0 @@ static SignedCallOnCallStatusChanged = CleverTapSignedCall.SignedCallOnCallStatusChanged;

@@ -16,2 +16,11 @@ 'use strict';

const eventEmitter = new NativeEventEmitter(CleverTapSignedCall);
/**
* Passes the CleverTap Signed Call React Native SDK name and the current version for version tracking
* @param {string} sdkName - SDK name's literal
* @param {number} sdkVersion - The updated SDK version. /// If the current version is X.X.X then pass as X0X0X
*/
const sdkName = 'ctscsdkversion-react-native';
const sdkVersion = 3;
CleverTapSignedCall.trackSdkVersion(sdkName, sdkVersion);
class SignedCall {

@@ -18,0 +27,0 @@ static SignedCallOnCallStatusChanged = CleverTapSignedCall.SignedCallOnCallStatusChanged;

2

package.json
{
"name": "@clevertap/clevertap-signed-call-react-native",
"version": "0.0.2",
"version": "0.0.4",
"description": "The CleverTap's Signed Call React Native SDK provides an in-app calls service to make and receive calls in the mobile apps.",

@@ -5,0 +5,0 @@ "main": "lib/commonjs/index",

@@ -24,2 +24,11 @@ 'use strict';

/**
* Passes the CleverTap Signed Call React Native SDK name and the current version for version tracking
* @param {string} sdkName - SDK name's literal
* @param {number} sdkVersion - The updated SDK version. /// If the current version is X.X.X then pass as X0X0X
*/
const sdkName = 'ctscsdkversion-react-native';
const sdkVersion = 3;
CleverTapSignedCall.trackSdkVersion(sdkName, sdkVersion);
class SignedCall {

@@ -26,0 +35,0 @@ static SignedCallOnCallStatusChanged =

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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