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

@comparaonline/ui-wizard-form-manager

Package Overview
Dependencies
Maintainers
16
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/ui-wizard-form-manager - npm Package Compare versions

Comparing version 0.8.1 to 0.8.3

4

dist/WizardFormManager.d.ts

@@ -8,7 +8,7 @@ import * as React from 'react';

children: (props: ChildrenProps<T>) => React.ReactNode;
initialValues: T;
initialValues: Partial<T>;
}
export interface FormState<T> {
activeStep: number | undefined;
values: T;
values: Partial<T>;
isLoading: boolean;

@@ -15,0 +15,0 @@ }

{
"name": "@comparaonline/ui-wizard-form-manager",
"version": "0.8.1",
"version": "0.8.3",
"main": "dist/ui-wizard-form-manager.js",

@@ -44,3 +44,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "f5b5a5f29f48df04239a8ef08151c487b5121f61"
"gitHead": "2d826f11cbde4fb056c8b5aac63ae6b147c99ccc"
}

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