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

@types/clevertap-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/clevertap-web-sdk - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

clevertap-web-sdk/clevertap.d.ts

@@ -125,4 +125,12 @@ type Region = 'eu1' | 'in1' | 'sg1' | 'us1' | 'sk1';

raiseNotificationClicked: () => void;
markReadAllInboxMessage: () => void;
markReadInboxMessage: (messageId: string) => void;
deleteInboxMessage: (messageId: string) => void;
getInboxMessageForId: (messageId: string) => void;
getUnreadInboxMessages: () => any;
getAllInboxMessages: () => any;
getInboxMessageUnreadCount: () => number | undefined;
getInboxMessageCount: () => number | undefined;
}
export default CleverTap;

6

clevertap-web-sdk/package.json
{
"name": "@types/clevertap-web-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript definitions for clevertap-web-sdk",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clevertap-web-sdk",

"dependencies": {},
"typesPublisherContentHash": "c20f7ae70aa6bce3c2a0aff91abb2b27013ad76654db3f884ce7466dca640dbf",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "89bd7f6f63a18ea47e6c9e20d4c87c1bf4cdc8c497aeafcc751c08de16d75e0c",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 23 Jan 2023 12:02:35 GMT
* Last updated: Mon, 10 Jul 2023 07:02:44 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `clevertap`

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