Socket
Socket
Sign inDemoInstall

@ciscospark/test-users-legacy

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ciscospark/test-users-legacy - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

dist/index.js

@@ -82,3 +82,3 @@ "use strict";

method: "POST",
uri: "https://idbroker.webex.com/idb/oauth2/v1/access_token",
uri: (process.env.IDBROKER_BASE_URL || "https://idbroker.webex.com") + "/idb/oauth2/v1/access_token",
json: true,

@@ -85,0 +85,0 @@ form: {

{
"name": "@ciscospark/test-users-legacy",
"version": "1.0.2",
"version": "1.1.0",
"description": "",

@@ -17,3 +17,6 @@ "main": "dist/index.js",

},
"author": "Ian W. Remmel <iremmel@cisco.com>",
"contributors": [
"Ian W. Remmel <iremmel@cisco.com>",
"Taymoor Khan <taykhan@cisco.com>"
],
"license": "UNLICENSED",

@@ -20,0 +23,0 @@ "devDependencies": {

@@ -70,3 +70,3 @@ const assert = require(`assert`);

method: `POST`,
uri: `https://idbroker.webex.com/idb/oauth2/v1/access_token`,
uri: `${process.env.IDBROKER_BASE_URL || `https://idbroker.webex.com`}/idb/oauth2/v1/access_token`,
json: true,

@@ -73,0 +73,0 @@ form: {

@@ -57,3 +57,3 @@ const TestUsers = require(`../../..`);

method: `POST`,
uri: `https://idbroker.webex.com/idb/oauth2/v1/access_token`,
uri: `${process.env.IDBROKER_BASE_URL || 'https://idbroker.webex.com'}/idb/oauth2/v1/access_token`,
form: {

@@ -60,0 +60,0 @@ /* eslint-disable camelcase */

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