Socket
Socket
Sign inDemoInstall

@plasmicapp/host

Package Overview
Dependencies
3
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.161 to 1.0.162

12

dist/host.esm.js

@@ -428,3 +428,3 @@ 'use client';

var _a, _b;
var _a$1, _b;
function repeatedElement(index, elt) {

@@ -443,3 +443,3 @@ return repeatedElementFn(index, elt);

var root$1 = globalThis;
var setRepeatedElementFn = (_b = (_a = root$1 === null || root$1 === void 0 ? void 0 : root$1.__Sub) === null || _a === void 0 ? void 0 : _a.setRepeatedElementFn) !== null && _b !== void 0 ? _b : function (fn) {
var setRepeatedElementFn = (_b = (_a$1 = root$1 === null || root$1 === void 0 ? void 0 : root$1.__Sub) === null || _a$1 === void 0 ? void 0 : _a$1.setRepeatedElementFn) !== null && _b !== void 0 ? _b : function (fn) {
repeatedElementFn = fn;

@@ -499,4 +499,5 @@ };

var hostVersion = "1.0.161";
var hostVersion = "1.0.162";
var _a;
var root = globalThis;

@@ -517,4 +518,9 @@ if (root.__Sub == null) {

}
else {
console.warn("Encountered likely duplicate host version: ".concat(root.__Sub.hostVersion, " vs ").concat(hostVersion));
root.__Sub.duplicateHostVersions = (_a = root.__Sub.duplicateHostVersions) !== null && _a !== void 0 ? _a : [];
root.__Sub.duplicateHostVersions.push(hostVersion);
}
export { DataContext, DataCtxReader, DataProvider, GlobalActionsContext, GlobalActionsProvider, PageParamsProvider, PlasmicCanvasContext, PlasmicCanvasHost, PlasmicLinkProvider, applySelector, mkMetaName, mkMetaValue, registerComponent, registerGlobalContext, registerToken, registerTrait, repeatedElement, stateHelpersKeys, registerFetcher as unstable_registerFetcher, useDataEnv, useGlobalActions, usePlasmicCanvasContext, usePlasmicLink, usePlasmicLinkMaybe, useSelector, useSelectors };
//# sourceMappingURL=host.esm.js.map

@@ -450,3 +450,3 @@ 'use client';

var _a, _b;
var _a$1, _b;
function repeatedElement(index, elt) {

@@ -465,3 +465,3 @@ return repeatedElementFn(index, elt);

var root$1 = globalThis;
var setRepeatedElementFn = (_b = (_a = root$1 === null || root$1 === void 0 ? void 0 : root$1.__Sub) === null || _a === void 0 ? void 0 : _a.setRepeatedElementFn) !== null && _b !== void 0 ? _b : function (fn) {
var setRepeatedElementFn = (_b = (_a$1 = root$1 === null || root$1 === void 0 ? void 0 : root$1.__Sub) === null || _a$1 === void 0 ? void 0 : _a$1.setRepeatedElementFn) !== null && _b !== void 0 ? _b : function (fn) {
repeatedElementFn = fn;

@@ -521,4 +521,5 @@ };

var hostVersion = "1.0.161";
var hostVersion = "1.0.162";
var _a;
var root = globalThis;

@@ -539,2 +540,7 @@ if (root.__Sub == null) {

}
else {
console.warn("Encountered likely duplicate host version: ".concat(root.__Sub.hostVersion, " vs ").concat(hostVersion));
root.__Sub.duplicateHostVersions = (_a = root.__Sub.duplicateHostVersions) !== null && _a !== void 0 ? _a : [];
root.__Sub.duplicateHostVersions.push(hostVersion);
}

@@ -541,0 +547,0 @@ exports.DataContext = DataContext;

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

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

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

},
"gitHead": "2d36b0f5ee9961df263db09ddfe1fb270b251bde"
"gitHead": "bf12f2268d3e2794698bee0996d4e2008b6827c5"
}

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

export declare const hostVersion = "1.0.161";
export declare const hostVersion = "1.0.162";

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

export declare const hostVersion = "1.0.161";
export declare const hostVersion = "1.0.162";

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

export declare const hostVersion = "1.0.161";
export declare const hostVersion = "1.0.162";

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

export declare const hostVersion = "1.0.161";
export declare const hostVersion = "1.0.162";

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc