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.18 to 0.2.19

6

dist/createUseScreenVariants.js

@@ -61,3 +61,7 @@ "use strict";

var _a = React.useState(), updateState = _a[1];
React.useEffect(function () {
// We do useLayoutEffect instead of useEffect to immediately
// register our forceUpdate. This ensures that if there was
// a window resize event between render and effects, that the
// listener will be registered in time
React.useLayoutEffect(function () {
var forceUpdate = function () { return updateState({}); };

@@ -64,0 +68,0 @@ listeners.push(forceUpdate);

2

package.json
{
"name": "@plasmicapp/react-web",
"version": "0.2.18",
"version": "0.2.19",
"description": "plasmic library for rendering in the presentational style",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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