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

valkompass-2022

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valkompass-2022 - npm Package Compare versions

Comparing version 0.3.3 to 1.0.4

2

dist/cjs/types/components/Navigation/index.d.ts
/// <reference types="react" />
import { NavigationProps } from './Navigation.types';
declare const Navigation: ({ goPrevious, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element;
declare const Navigation: ({ goPrevious, goNext, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element;
export default Navigation;
export interface NavigationProps {
goPrevious?: () => void;
goNext?: () => void;
questionNumber?: number;

@@ -4,0 +5,0 @@ totalQuestions: number;

@@ -11,3 +11,4 @@ export interface QuizViewProps {

goPrevious: () => void;
goNext: () => void;
slide?: string;
}
/// <reference types="react" />
import { NavigationProps } from './Navigation.types';
declare const Navigation: ({ goPrevious, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element;
declare const Navigation: ({ goPrevious, goNext, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element;
export default Navigation;
export interface NavigationProps {
goPrevious?: () => void;
goNext?: () => void;
questionNumber?: number;

@@ -4,0 +5,0 @@ totalQuestions: number;

@@ -11,3 +11,4 @@ export interface QuizViewProps {

goPrevious: () => void;
goNext: () => void;
slide?: string;
}

@@ -22,2 +22,3 @@ /// <reference types="react" />

goPrevious: () => void;
goNext: () => void;
slide?: string;

@@ -61,2 +62,3 @@ }

goPrevious?: () => void;
goNext?: () => void;
questionNumber?: number;

@@ -68,4 +70,4 @@ totalQuestions: number;

declare const Navigation: ({ goPrevious, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element;
declare const Navigation: ({ goPrevious, goNext, questionNumber, totalQuestions, navigationText, slide }: NavigationProps) => JSX.Element;
export { Answers, App, AppContext, AppProvider, CompassInfo, DataFetcher, Header, Navigation, QuizView, Result, SlideShow, SlidingModal };
{
"name": "valkompass-2022",
"version": "0.3.3",
"version": "1.0.4",
"private": false,

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

# Valkompass 2022
# Build a npm dist
`npm run rollup`

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

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