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
0
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 1.0.43 to 1.0.44

6

devStateDebugger/index.d.ts

@@ -24,2 +24,8 @@ import { DefaultValueSource } from './const';

printDefaultValueLog(id: string): void;
/**
* - 设置字段的默认值
* - Debugger 日志全部存储于:(window as any)[this.debuggerId]
* - 字段的默认值存储日志的 key: `${id}_value_log`
* - 字段的值存储的日志:`${id}`
*/
setValuesInfo(logsInfo: Record<string, DefaultValueInfo[]>): void;

@@ -26,0 +32,0 @@ getStore(): Record<string, LoggerInfo[] | DefaultValueInfo[]>;

2

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

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

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