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

@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.185 to 1.0.186

9

dist/host.esm.js

@@ -372,3 +372,8 @@ 'use client';

else if (Array.isArray(value)) {
path = path.replace("[...".concat(key, "]"), value.join("/"));
if (path.includes("[[...".concat(key, "]]"))) {
path = path.replace("[[...".concat(key, "]]"), value.join("/"));
}
else if (path.includes("[...".concat(key, "]"))) {
path = path.replace("[...".concat(key, "]"), value.join("/"));
}
}

@@ -561,3 +566,3 @@ }

var hostVersion = "1.0.185";
var hostVersion = "1.0.186";

@@ -564,0 +569,0 @@ var _a;

@@ -394,3 +394,8 @@ 'use client';

else if (Array.isArray(value)) {
path = path.replace("[...".concat(key, "]"), value.join("/"));
if (path.includes("[[...".concat(key, "]]"))) {
path = path.replace("[[...".concat(key, "]]"), value.join("/"));
}
else if (path.includes("[...".concat(key, "]"))) {
path = path.replace("[...".concat(key, "]"), value.join("/"));
}
}

@@ -583,3 +588,3 @@ }

var hostVersion = "1.0.185";
var hostVersion = "1.0.186";

@@ -586,0 +591,0 @@ var _a;

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

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

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

},
"gitHead": "be71b41ad94d0db53100816e00d1519793409999"
"gitHead": "c8e66753e8f375487f4dc60f29897496fe889e51"
}

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

export declare const hostVersion = "1.0.185";
export declare const hostVersion = "1.0.186";

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

export declare const hostVersion = "1.0.185";
export declare const hostVersion = "1.0.186";

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

export declare const hostVersion = "1.0.185";
export declare const hostVersion = "1.0.186";

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

export declare const hostVersion = "1.0.185";
export declare const hostVersion = "1.0.186";

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

export declare const hostVersion = "1.0.185";
export declare const hostVersion = "1.0.186";

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