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

@easy-page/react-ui

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-page/react-ui - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

2

package.json
{
"name": "@easy-page/react-ui",
"version": "0.1.22",
"version": "0.1.23",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

@@ -22,3 +22,4 @@ import { DataContext, Schema } from '@easy-page/core';

};
export declare abstract class FormUtil<PageState> {
export declare abstract class FormUtil<PageState, FormInstance = any> {
abstract getFormRef(): FormInstance | null;
abstract store: EasyPageStore<unknown, any>;

@@ -25,0 +26,0 @@ abstract submit(): void;

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