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

@abcaustralia/campaign-health-quiz

Package Overview
Dependencies
Maintainers
89
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abcaustralia/campaign-health-quiz - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

15

dist/index.d.ts

@@ -47,3 +47,3 @@ import * as React from 'react';

}
declare function ProgressBar({ progressionText, progressionPercentage, showBackbutton, showLogo, onClickBackButton, }: ProgressBarProps): JSX.Element;
declare function ProgressBar({ progressionText, progressionPercentage, showBackbutton, showLogo, onClickBackButton }: ProgressBarProps): JSX.Element;
declare namespace ProgressBar {

@@ -87,3 +87,3 @@ var displayName: string;

}
declare function SummaryQuestionResult({ answerId, questionData, }: SummaryQuestionResultProps): JSX.Element;
declare function SummaryQuestionResult({ answerId, questionData }: SummaryQuestionResultProps): JSX.Element;
declare namespace SummaryQuestionResult {

@@ -104,3 +104,3 @@ var displayName: string;

declare function Onboarding({ content, acceptOnboarding, }: {
declare function Onboarding({ content, acceptOnboarding }: {
content: any;

@@ -110,3 +110,3 @@ acceptOnboarding: any;

declare function QuizChooser({ content, gotoQuiz, urlDataStored, onClickBackButton, }: {
declare function QuizChooser({ content, gotoQuiz, urlDataStored, onClickBackButton }: {
content: any;

@@ -118,3 +118,3 @@ gotoQuiz?: any;

declare function Quiz({ content, currentQuestionId, selectQuizAnswer, urlDataStored, onClickBackButton }: {
declare function Quiz({ content, currentQuestionId, selectQuizAnswer, urlDataStored, onClickBackButton, showSummary, quizChooserContent, onClickSummaryNextButton }: {
content: any;

@@ -125,5 +125,8 @@ currentQuestionId: number;

onClickBackButton: any;
showSummary: boolean;
quizChooserContent: any;
onClickSummaryNextButton: any;
}): JSX.Element;
declare function QuizSignUp({ content, restartQuiz, }: {
declare function QuizSignUp({ content, restartQuiz }: {
content: any;

@@ -130,0 +133,0 @@ restartQuiz: any;

2

package.json
{
"name": "@abcaustralia/campaign-health-quiz",
"version": "1.0.7",
"version": "1.0.8",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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