Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.23 to 1.0.24

2

dist/crisp.d.ts

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

constructor(crisp: Crisp);
fillText(content: string): void;
setMessageText(content: string): void;
send(type: string, content: string | FileMessage | AnimationMessage | AudioMessage): void;

@@ -50,0 +50,0 @@ sendText(content: string): void;

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

}
CrispMessage.prototype.fillText = function (content) {
CrispMessage.prototype.setMessageText = function (content) {
this.parent.createSingletonIfNecessary();

@@ -8,0 +8,0 @@ window.$crisp.push(["set", "message:text", [content]]);

@@ -11,3 +11,3 @@ (function (global, factory) {

}
CrispMessage.prototype.fillText = function (content) {
CrispMessage.prototype.setMessageText = function (content) {
this.parent.createSingletonIfNecessary();

@@ -14,0 +14,0 @@ window.$crisp.push(["set", "message:text", [content]]);

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

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

@@ -62,3 +62,3 @@ import { CrispClass as Crisp } from "./index";

fillText(content: string) {
setMessageText(content: string) {
this.parent.createSingletonIfNecessary();

@@ -65,0 +65,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