Socket
Socket
Sign inDemoInstall

@papercups-io/chat-widget

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@papercups-io/chat-widget - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23-beta.0

1

dist/components/EmbeddableWidget.d.ts

@@ -13,2 +13,3 @@ /** @jsx jsx */

newMessagePlaceholder?: string;
requireEmailUpfront?: boolean;
defaultIsOpen?: boolean;

@@ -15,0 +16,0 @@ };

4

dist/index.js

@@ -1413,3 +1413,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

greeting = _this$props.greeting,
newMessagePlaceholder = _this$props.newMessagePlaceholder;
newMessagePlaceholder = _this$props.newMessagePlaceholder,
requireEmailUpfront = _this$props.requireEmailUpfront;
this.unsubscribe = setup(window, this.handlers);

@@ -1425,2 +1426,3 @@ this.storage = store(window);

newMessagePlaceholder: newMessagePlaceholder,
requireEmailUpfront: requireEmailUpfront ? 1 : 0,
customerId: this.storage.getCustomerId()

@@ -1427,0 +1429,0 @@ });

@@ -1411,3 +1411,4 @@ import React from 'react';

greeting = _this$props.greeting,
newMessagePlaceholder = _this$props.newMessagePlaceholder;
newMessagePlaceholder = _this$props.newMessagePlaceholder,
requireEmailUpfront = _this$props.requireEmailUpfront;
this.unsubscribe = setup(window, this.handlers);

@@ -1423,2 +1424,3 @@ this.storage = store(window);

newMessagePlaceholder: newMessagePlaceholder,
requireEmailUpfront: requireEmailUpfront ? 1 : 0,
customerId: this.storage.getCustomerId()

@@ -1425,0 +1427,0 @@ });

{
"name": "@papercups-io/chat-widget",
"version": "1.0.22",
"version": "1.0.23-beta.0",
"description": "Papercups chat widget",

@@ -5,0 +5,0 @@ "author": "reichert621",

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