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

quiq-chat

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quiq-chat - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

6

build/quiq-chat.js

@@ -323,3 +323,3 @@ 'use strict';

var version = "1.10.0";
var version = "1.10.1";

@@ -341,2 +341,6 @@ //

var request = {
// Leave this as cors even though we are on same origin for default webchat case.
// If anyone were to use quiq-chat directly without webchat, it would be on a non-goquiq.com domain.
// It also allows us to test our webchat as if it were cors enabled, even though we do not use
// cors capabilities.
mode: 'cors',

@@ -343,0 +347,0 @@ headers: {

2

package.json
{
"name": "quiq-chat",
"version": "1.10.0",
"version": "1.10.1",
"description": "Library to help with network requests to create a webchat client for Quiq Messaging",

@@ -5,0 +5,0 @@ "main": "build/quiq-chat.js",

@@ -28,2 +28,6 @@ // @flow

let request: RequestOptions = {
// Leave this as cors even though we are on same origin for default webchat case.
// If anyone were to use quiq-chat directly without webchat, it would be on a non-goquiq.com domain.
// It also allows us to test our webchat as if it were cors enabled, even though we do not use
// cors capabilities.
mode: 'cors',

@@ -30,0 +34,0 @@ headers: {

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