@myetherwallet/mewconnect-web-client
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -17,9 +17,7 @@ 'use strict'; | ||
var version = "1.0.7"; | ||
var version = "1.0.9"; | ||
var version$1 = version; | ||
var stunServers = [ | ||
// { urls: 'stun:stun.l.google.com:19302' }, | ||
{ urls: 'stun:global.stun.twilio.com:3478?transport=udp' }]; | ||
var stunServers = [{ urls: 'stun:global.stun.twilio.com:3478?transport=udp' }]; | ||
@@ -287,2 +285,4 @@ var versions = ['0.0.1']; | ||
if (browser.name === 'safari') { | ||
// eslint-disable-next-line global-require | ||
require('webrtc-adapter'); | ||
return MewConnectCommon.buildBrowserResult(true, 'Safari', 'version: ' + browser.version); | ||
@@ -1017,3 +1017,2 @@ } | ||
this.uiCommunicator(this.lifeCycle.RtcConnectedEvent); | ||
this.uiCommunicator(this.lifeCycle.RtcConnectedEvent); | ||
} | ||
@@ -1020,0 +1019,0 @@ }, { |
{ | ||
"name": "@myetherwallet/mewconnect-web-client", | ||
"homepage": "https://github.com/myetherwallet/MEWconnect-web-client", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "./dist/index.js", | ||
@@ -30,3 +30,4 @@ "scripts": { | ||
"simple-peer": "^9.1.2", | ||
"socket.io-client": "^2.1.1" | ||
"socket.io-client": "^2.1.1", | ||
"webrtc-adapter": "^6.4.3" | ||
}, | ||
@@ -33,0 +34,0 @@ "devDependencies": { |
/* eslint-disable no-undef */ | ||
// was calling each reference to window an error | ||
import createLogger from 'logging'; | ||
@@ -107,2 +106,4 @@ import EventEmitter from 'events'; | ||
if (browser.name === 'safari') { | ||
// eslint-disable-next-line global-require | ||
require('webrtc-adapter'); | ||
return MewConnectCommon.buildBrowserResult( | ||
@@ -109,0 +110,0 @@ true, |
@@ -373,3 +373,2 @@ import createLogger from 'logging'; | ||
this.uiCommunicator(this.lifeCycle.RtcConnectedEvent); | ||
this.uiCommunicator(this.lifeCycle.RtcConnectedEvent); | ||
} | ||
@@ -376,0 +375,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3782110
60069
0
12
+ Addedwebrtc-adapter@^6.4.3
+ Addedrtcpeerconnection-shim@1.2.15(transitive)
+ Addedsdp@2.12.0(transitive)
+ Addedwebrtc-adapter@6.4.8(transitive)