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.9 to 0.1.10

4

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

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

"dependencies": {
"@easy-page/core": "^0.1.9",
"@easy-page/core": "^0.1.10",
"lodash": "^4.17.21"
}
}

@@ -56,4 +56,4 @@ import { DataContext, EffectActionType, Schema, SchemaNodeOption, Validate, WhenType } from '@easy-page/core';

actions?: (oldActions?: Array<EffectActionType<FieldType, PageState, PageProps, EffectResultType>>) => Array<EffectActionType<FieldType, PageState, PageProps, EffectResultType>>;
postprocess?: <DefaultValues = Record<string, any>>(oldPostprocess?: (context: DataContext<FieldType, PageState, PageProps, DefaultValues>) => Record<string, unknown>) => (context: DataContext<FieldType, PageState, PageProps, DefaultValues>) => Record<string, unknown>;
preprocess?: <DefaultValues = Record<string, any>>(oldPreprocess?: (context: Pick<DataContext<FieldType, PageState, PageProps, DefaultValues>, 'defaultValues' | 'pageProps'>) => FieldType) => (context: Pick<DataContext<FieldType, PageState, PageProps, DefaultValues>, 'defaultValues' | 'pageProps'>) => FieldType;
postprocess?: (oldPostprocess?: (context: DataContext<FieldType, PageState, PageProps>) => Record<string, unknown>) => (context: DataContext<FieldType, PageState, PageProps>) => Record<string, unknown>;
preprocess?: (oldPreprocess?: (context: Pick<DataContext<FieldType, PageState, PageProps>, 'defaultValues' | 'pageProps'>) => FieldType) => (context: Pick<DataContext<FieldType, PageState, PageProps>, 'defaultValues' | 'pageProps'>) => FieldType;
};

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