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

@plasmicapp/react-web

Package Overview
Dependencies
Maintainers
1
Versions
361
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/react-web - npm Package Compare versions

Comparing version 0.2.294 to 0.2.295

6

dist/states/helpers.d.ts

@@ -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 {};

4

package.json
{
"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

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