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

@webex/test-helper-refresh-callback

Package Overview
Dependencies
Maintainers
21
Versions
1222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/test-helper-refresh-callback - npm Package Compare versions

Comparing version 1.58.5 to 1.60.1

8

dist/index.js

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

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
* Copyright (c) 2015-2019 Cisco Systems, Inc. See LICENSE file.
*/

@@ -14,9 +14,9 @@

* Refreshes an access token
* @param {Spark} spark
* @param {Webex} webex
* @param {Token} token
* @returns {Object}
*/
function refreshCallback(spark, token) {
function refreshCallback(webex, token) {
/* eslint-disable camelcase */
return spark.request({
return webex.request({
method: 'POST',

@@ -23,0 +23,0 @@ uri: token.config.tokenUrl,

{
"name": "@webex/test-helper-refresh-callback",
"version": "1.58.5",
"version": "1.60.1",
"description": "",

@@ -8,3 +8,3 @@ "license": "MIT",

"devMain": "src/index.js",
"repository": "https://github.com/webex/spark-js-sdk/tree/master/packages/node_modules/@webex/test-helper-refresh-callback",
"repository": "https://github.com/webex/webex-js-sdk/tree/master/packages/node_modules/@webex/test-helper-refresh-callback",
"engines": {

@@ -11,0 +11,0 @@ "node": ">=4"

@@ -27,3 +27,3 @@ # @webex/test-helper-refresh-callback

Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/spark-js-sdk/blob/master/CONTRIBUTING.md) for more details.
Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/webex-js-sdk/blob/master/CONTRIBUTING.md) for more details.

@@ -30,0 +30,0 @@ ## License

/*!
* Copyright (c) 2015-2017 Cisco Systems, Inc. See LICENSE file.
* Copyright (c) 2015-2019 Cisco Systems, Inc. See LICENSE file.
*/

@@ -7,9 +7,9 @@

* Refreshes an access token
* @param {Spark} spark
* @param {Webex} webex
* @param {Token} token
* @returns {Object}
*/
export default function refreshCallback(spark, token) {
export default function refreshCallback(webex, token) {
/* eslint-disable camelcase */
return spark.request({
return webex.request({
method: 'POST',

@@ -16,0 +16,0 @@ uri: token.config.tokenUrl,

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