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

@studyportals/authentication-service-interfaces

Package Overview
Dependencies
Maintainers
26
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/authentication-service-interfaces - npm Package Compare versions

Comparing version 1.4.0-0 to 1.4.0-5c98f48c.0

4

commands/render-incentive-command.d.ts
import { ActionState, Referrer } from "../enums";
export declare class RenderIncentiveCommand extends CustomEvent<RenderAuthenticationServiceRequest> {
constructor(referrer: Referrer, tabToShow?: ActionState, context?: string);
constructor(referrer: Referrer, tabToShow?: ActionState, referrerDirect?: Referrer);
}

@@ -8,4 +8,4 @@ interface RenderAuthenticationServiceRequest {

tabToShow?: ActionState;
context?: string;
referrerDirect?: Referrer;
}
export {};

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

class RenderIncentiveCommand extends CustomEvent {
constructor(referrer, tabToShow, context) {
constructor(referrer, tabToShow, referrerDirect) {
super("RenderAuthenticationService", {

@@ -11,3 +11,3 @@ detail: {

tabToShow,
context
referrerDirect
}

@@ -14,0 +14,0 @@ });

{
"name": "@studyportals/authentication-service-interfaces",
"version": "1.4.0-0",
"version": "1.4.0-5c98f48c.0",
"description": "The interfaces exposed by Profile Questionnaires",

@@ -5,0 +5,0 @@ "main": "index.js",

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