New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qualtrics/plugin-client

Package Overview
Dependencies
Maintainers
0
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualtrics/plugin-client - npm Package Compare versions

Comparing version 1.9.17-rc.2042.bfd673 to 1.9.17-rc.2043.ae5b8f

2

package.json
{
"name": "@qualtrics/plugin-client",
"version": "1.9.17-rc.2042.bfd673",
"version": "1.9.17-rc.2043.ae5b8f",
"description": "Interface for XM Plugins to communicate with the environment they're rendered in",

@@ -5,0 +5,0 @@ "scripts": {

@@ -7,2 +7,3 @@ export declare const CONNECTION_SCHEMES: Readonly<{

ADOBE: "adobe";
EPIC: "epic";
OAUTH_CLIENT_JWT: "oauth2ClientJWT";

@@ -9,0 +10,0 @@ AWSSIGV4: "awsSigV4";

@@ -8,2 +8,3 @@ // All current connection schemes supported by App Framework

ADOBE: 'adobe',
EPIC: 'epic',
OAUTH_CLIENT_JWT: 'oauth2ClientJWT',

@@ -10,0 +11,0 @@ AWSSIGV4: 'awsSigV4',

// Provide configuration that is supplied at build time.
export var getClientVersion = function () { return "1.9.17-rc.2042.bfd673"; };
export var getClientVersion = function () { return "1.9.17-rc.2043.ae5b8f"; };
//# sourceMappingURL=buildConfig.js.map

@@ -84,3 +84,3 @@ import * as t from 'io-ts';

export declare function isValidSimpleConnectionScheme(s: unknown): s is SimpleConnectionScheme;
export type SimpleConnectionScheme = 'apikey' | 'basic' | 'sftp' | 'oauth2' | 'adobe' | 'successfactors' | 'oauth2ClientJWT' | 'awsSigV4' | 'internal' | 'none';
export type SimpleConnectionScheme = 'apikey' | 'basic' | 'sftp' | 'oauth2' | 'adobe' | 'epic' | 'successfactors' | 'oauth2ClientJWT' | 'awsSigV4' | 'internal' | 'none';
type Connection = {

@@ -87,0 +87,0 @@ name: string;

Sorry, the diff of this file is not supported yet

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