Socket
Socket
Sign inDemoInstall

@webex/test-helper-mock-webex

Package Overview
Dependencies
Maintainers
7
Versions
1202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/test-helper-mock-webex - npm Package Compare versions

Comparing version 3.0.0-next.4 to 3.0.0-next.5

5

dist/index.js

@@ -268,3 +268,6 @@ "use strict";

callDiagnosticLatencies: {
saveTimestamp: sinon.stub()
saveTimestamp: sinon.stub(),
measureLatency: function measureLatency(callback) {
return callback();
}
},

@@ -271,0 +274,0 @@ callDiagnosticMetrics: {

8

package.json

@@ -20,5 +20,5 @@ {

"@webex/legacy-tools": "0.0.0",
"@webex/test-helper-chai": "3.0.0-next.4",
"@webex/test-helper-mocha": "3.0.0-next.4",
"@webex/test-helper-test-users": "3.0.0-next.4",
"@webex/test-helper-chai": "3.0.0-next.5",
"@webex/test-helper-mocha": "3.0.0-next.5",
"@webex/test-helper-test-users": "3.0.0-next.5",
"eslint": "^8.24.0",

@@ -41,3 +41,3 @@ "prettier": "^2.7.1",

},
"version": "3.0.0-next.4"
"version": "3.0.0-next.5"
}

@@ -301,2 +301,3 @@ /*!

saveTimestamp: sinon.stub(),
measureLatency: (callback) => callback(),
},

@@ -303,0 +304,0 @@ callDiagnosticMetrics: {

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