Socket
Socket
Sign inDemoInstall

crisp-sdk-web

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crisp-sdk-web - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

2

dist/crisp.d.ts

@@ -218,3 +218,3 @@ type FileMessage = {

load(): void;
setTokenId(tokenId: string): void;
setTokenId(tokenId?: string): void;
setZIndex(zIndex: number): void;

@@ -221,0 +221,0 @@ setColorTheme(color: ChatboxColors): void;

{
"name": "crisp-sdk-web",
"version": "1.0.21",
"version": "1.0.22",
"description": "Include Crisp chat widget inside web frameworks.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -202,3 +202,3 @@ import CrispMessage from "./message";

setTokenId(tokenId: string) {
setTokenId(tokenId?: string) {
this.tokenId = tokenId;

@@ -205,0 +205,0 @@

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