@plasmicapp/react-web
Advanced tools
Comparing version 0.2.294 to 0.2.295
@@ -44,2 +44,8 @@ import type { ComponentHelpers } from "@plasmicapp/host"; | ||
export declare function set(obj: any, keys: any, val: any): void; | ||
/** | ||
* Forked from https://github.com/jamesfoster/DeepEqual | ||
* Changes: removed the comparison between constructors and instanceof objects | ||
* because they are dependent on the window object | ||
*/ | ||
export declare function deepEqual(a: any, b: any): boolean; | ||
export {}; |
{ | ||
"name": "@plasmicapp/react-web", | ||
"version": "0.2.294", | ||
"version": "0.2.295", | ||
"description": "plasmic library for rendering in the presentational style", | ||
@@ -160,3 +160,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "6f034859cd2316dfed75d01006abbc002149374c" | ||
"gitHead": "84f8787a09fb118ecb011b37bcc313454a741355" | ||
} |
@@ -44,2 +44,8 @@ import type { ComponentHelpers } from "@plasmicapp/host"; | ||
export declare function set(obj: any, keys: any, val: any): void; | ||
/** | ||
* Forked from https://github.com/jamesfoster/DeepEqual | ||
* Changes: removed the comparison between constructors and instanceof objects | ||
* because they are dependent on the window object | ||
*/ | ||
export declare function deepEqual(a: any, b: any): boolean; | ||
export {}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2260249
28391