Socket
Socket
Sign inDemoInstall

@plasmicapp/host

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/host - npm Package Compare versions

Comparing version 1.0.155 to 1.0.156

5

dist/host.esm.js

@@ -357,2 +357,3 @@ 'use client';

var contextName = props.contextName, children = props.children, actions = props.actions;
var existingActions = useGlobalActions();
var namespacedActions = React__default.useMemo(function () {

@@ -367,3 +368,3 @@ return Object.fromEntries(Object.entries(actions).map(function (_a) {

}, [contextName, actions]);
return (React__default.createElement(GlobalActionsContext.Provider, { value: namespacedActions }, children));
return (React__default.createElement(GlobalActionsContext.Provider, { value: __assign(__assign({}, existingActions), namespacedActions) }, children));
}

@@ -498,3 +499,3 @@ function useGlobalActions() {

var hostVersion = "1.0.155";
var hostVersion = "1.0.156";

@@ -501,0 +502,0 @@ var root = globalThis;

@@ -379,2 +379,3 @@ 'use client';

var contextName = props.contextName, children = props.children, actions = props.actions;
var existingActions = useGlobalActions();
var namespacedActions = React.useMemo(function () {

@@ -389,3 +390,3 @@ return Object.fromEntries(Object.entries(actions).map(function (_a) {

}, [contextName, actions]);
return (React.createElement(GlobalActionsContext.Provider, { value: namespacedActions }, children));
return (React.createElement(GlobalActionsContext.Provider, { value: __assign(__assign({}, existingActions), namespacedActions) }, children));
}

@@ -520,3 +521,3 @@ function useGlobalActions() {

var hostVersion = "1.0.155";
var hostVersion = "1.0.156";

@@ -523,0 +524,0 @@ var root = globalThis;

2

dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.155";
export declare const hostVersion = "1.0.156";
{
"name": "@plasmicapp/host",
"version": "1.0.155",
"version": "1.0.156",
"description": "plasmic library for app hosting",

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

},
"gitHead": "b2313dac07dd2e0466990ff0a64a24083c148931"
"gitHead": "bad6fad8d377645b740133976cff201b1b20dc8d"
}

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.155";
export declare const hostVersion = "1.0.156";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.155";
export declare const hostVersion = "1.0.156";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.155";
export declare const hostVersion = "1.0.156";

@@ -1,1 +0,1 @@

export declare const hostVersion = "1.0.155";
export declare const hostVersion = "1.0.156";

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