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

clique-api-client-js

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clique-api-client-js - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

client.js
(function (global, factory) {
/*global define*/
if (typeof define === 'function' && define.amd) {
define(['sip.js', 'socket.io-client'], factory); // AMD
define(['sip.js/dist/sip.js', 'socket.io-client'], factory); // AMD
} else if (typeof module === 'object' && module.exports) {
module.exports = factory(require('sip.js'), require('socket.io-client')); // commonjs
module.exports = factory(require('sip.js/dist/sip.js'), require('socket.io-client')); // commonjs
} else {

@@ -59,2 +59,3 @@ global.clique_api = factory(global.SIP, global.io) // Browser

self.websocket_endpoint = options.websocket_endpoint;
self.turnServers = options.turnServers || [];
self.user_token = options.user_token;

@@ -195,2 +196,3 @@ self.event_handlers = options.event_handlers || {};

,iceCheckingTimeout: 3000
,turnServers: self.turnServers
});

@@ -197,0 +199,0 @@

{
"name": "clique-api-client-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "Client side lib to work with clique platform",

@@ -10,3 +10,3 @@ "main": "client.js",

"dependencies": {
"sip.js": "~0.8.1",
"sip.js": "~0.7.8",
"socket.io-client": "~1.4.5"

@@ -13,0 +13,0 @@ },

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