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

@easy-page/react-ui

Package Overview
Dependencies
Maintainers
0
Versions
95
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.47 to 1.0.48

2

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

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

@@ -8,2 +8,6 @@ /**

export declare const mergeState: (source: object, current: object) => any;
/**
* - 完善这个方法
* - BUG 问题,当 a 变化了,实际上会检查所有的:a,b,c ,b 其实没有变化,但是对吧是对象的时候,地址可能不一样了,就会被 DIFF 出来,从而被执行就出了问题。
* */
export declare const getChangedKeys: (pre: Record<string, any>, next: Record<string, any>) => string[];

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