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.19 to 1.0.20

1

dist/crisp.esm.js

@@ -355,2 +355,3 @@ var CrispMessage = /** @class */ (function () {

this.cookieDomain = options.cookieDomain;
this.cookieExpire = options.cookieExpire;
this.lockFullview = options.lockFullview;

@@ -357,0 +358,0 @@ this.lockMaximized = options.lockMaximized;

@@ -361,2 +361,3 @@ (function (global, factory) {

this.cookieDomain = options.cookieDomain;
this.cookieExpire = options.cookieExpire;
this.lockFullview = options.lockFullview;

@@ -363,0 +364,0 @@ this.lockMaximized = options.lockMaximized;

2

package.json
{
"name": "crisp-sdk-web",
"version": "1.0.19",
"version": "1.0.20",
"description": "Include Crisp chat widget inside web frameworks.",

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

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

this.cookieDomain = options.cookieDomain;
this.cookieExpire = options.cookieExpire;
this.lockFullview = options.lockFullview;

@@ -122,0 +123,0 @@ this.lockMaximized = options.lockMaximized;

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