Socket
Socket
Sign inDemoInstall

clevertap-web-sdk

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clevertap-web-sdk - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

clevertap.js.map

8

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## [1.1.0] - 1 Dec, 2021
- Adds new Public API to record Notification Clicked Event for Custom Web Popups
- Handle Shopify websites for serviceworker registration ready state
- Use `clevertap-prod.com` instead of `wzrkt.com` as endpoint
- Fixed a bug where the push token wasn't being transfered/registered right after a new user logs in.
- Fixed a bug where the useIP flag value being not considered.
- Fixed a bug where the service worker was never ready when it wasn't at root location.
## [1.0.0] - 22 Apr, 2021

@@ -5,0 +13,0 @@ We are super excited to announce the launch of `CleverTap Web SDK`.

6

package.json
{
"name": "clevertap-web-sdk",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -44,5 +44,5 @@ "main": "clevertap.js",

"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {}
}
}

@@ -0,4 +1,12 @@

<p align="center">
<img src="https://github.com/CleverTap/clevertap-ios-sdk/blob/master/docs/images/clevertap-logo.png" width = "50%"/>
</p>
# CleverTap Web SDK
![npm version](https://img.shields.io/npm/v/clevertap-web-sdk)
<a href="https://github.com/CleverTap/clevertap-web-sdk/releases">
<img src="https://img.shields.io/github/release/CleverTap/clevertap-web-sdk.svg" />
</a>
[![npm downloads](https://img.shields.io/npm/dm/clevertap-web-sdk.svg)](https://www.npmjs.com/package/clevertap-web-sdk)

@@ -19,3 +27,3 @@ ## 👋 Introduction

### ___Use a package manager___
### Use a package manager

@@ -28,3 +36,3 @@ ```npm install clevertap-web-sdk --save```

### ___Manually add the script___
### Manually add the script

@@ -167,4 +175,4 @@ ```html

## 𝌡 Example Usage
* A [react application](https://github.com/CleverTap/clevertap-web-sdk/tree/master/example-apps/react) showing the integration of our SDK in a create react app project.
* An [angular application](https://github.com/CleverTap/clevertap-web-sdk/tree/master/example-apps/angular) showing the integration of our SDK in an Angular CLI generated project.
* A [React Application](/example-apps/react) showing the integration of our SDK in a create react app project.
* An [Angular Application](/example-apps/angular) showing the integration of our SDK in an Angular CLI generated project.

@@ -174,7 +182,7 @@

Refer to the [CleverTap Web SDK Change Log](https://github.com/CleverTap/clevertap-web-sdk/blob/master/CHANGELOG.md).
Refer to the [CleverTap Web SDK Change Log](/CHANGELOG.md).
## 📄 License
CleverTap Web SDK is released under the MIT license. See [LICENSE](https://github.com/CleverTap/clevertap-web-sdk/blob/master/LICENSE) for details.
CleverTap Web SDK is released under the MIT license. See [LICENSE](/LICENSE) for details.

@@ -7,2 +7,3 @@ import resolve from '@rollup/plugin-node-resolve'

import { version } from './package.json'
import sourcemaps from 'rollup-plugin-sourcemaps'

@@ -15,3 +16,4 @@ export default {

file: 'clevertap.js',
format: 'umd'
format: 'umd',
sourcemap: true
},

@@ -27,2 +29,3 @@ {

resolve(),
sourcemaps(),
eslint({

@@ -29,0 +32,0 @@ fix: true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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