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

@plasmicapp/loader-react

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/loader-react - npm Package Compare versions

Comparing version 1.0.363 to 1.0.364

8

dist/react-server.esm.js

@@ -931,2 +931,6 @@ var __defProp = Object.defineProperty;

};
var FakePlasmicCanvasCodeComponentContext = {
_currentValue: void 0
// default value
};
var mkMetaName = (name) => `__plasmic_meta_${name}`;

@@ -1202,3 +1206,5 @@ function FakeDataCtxReader({ children }) {

useSelector: fakeUseSelector,
useSelectors: fakeUseSelectors
useSelectors: fakeUseSelectors,
PlasmicCanvasCodeComponentContext: FakePlasmicCanvasCodeComponentContext,
usePlasmicCanvasCodeComponentContext: () => null
};

@@ -1205,0 +1211,0 @@ })(),

@@ -961,2 +961,6 @@ "use strict";

};
var FakePlasmicCanvasCodeComponentContext = {
_currentValue: void 0
// default value
};
var mkMetaName = (name) => `__plasmic_meta_${name}`;

@@ -1232,3 +1236,5 @@ function FakeDataCtxReader({ children }) {

useSelector: fakeUseSelector,
useSelectors: fakeUseSelectors
useSelectors: fakeUseSelectors,
PlasmicCanvasCodeComponentContext: FakePlasmicCanvasCodeComponentContext,
usePlasmicCanvasCodeComponentContext: () => null
};

@@ -1235,0 +1241,0 @@ })(),

6

package.json
{
"name": "@plasmicapp/loader-react",
"version": "1.0.363",
"version": "1.0.364",
"types": "./dist/index.d.ts",

@@ -56,3 +56,3 @@ "main": "./dist/index.js",

"@plasmicapp/data-sources-context": "0.1.21",
"@plasmicapp/host": "1.0.202",
"@plasmicapp/host": "1.0.203",
"@plasmicapp/loader-core": "1.0.135",

@@ -88,3 +88,3 @@ "@plasmicapp/loader-fetcher": "1.0.54",

"license": "MIT",
"gitHead": "a1c553260aaeb283e5f0905f3c62a01758088a88"
"gitHead": "d21a497bd13b83d9e9bc448cc8e3a0e6594b8132"
}

Sorry, the diff of this file is not supported yet

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