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

informed

Package Overview
Dependencies
Maintainers
2
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informed - npm Package Compare versions

Comparing version 4.54.0 to 4.55.0

8

index.d.ts

@@ -121,4 +121,10 @@ import React from 'react';

export type MultistepStep = {
name: string;
index: number;
relevant?: (relevantParams: RelevantParams) => boolean;
};
export type MultistepState = {
steps: Array<string>;
steps: Array<MultistepStep>;
goal: string;

@@ -125,0 +131,0 @@ current: string;

2

package.json
{
"name": "informed",
"version": "4.54.0",
"version": "4.55.0",
"description": "A lightweight framework and utility for building powerful forms in React applications",

@@ -5,0 +5,0 @@ "type": "module",

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