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.186 to 1.0.187

6

dist/host.esm.js

@@ -353,3 +353,5 @@ 'use client';

newParams[key.slice(3)] =
typeof value === "string" ? value.split("/") : value;
typeof value === "string"
? value.replace(/^\/|\/$/g, "").split("/")
: value;
}

@@ -566,3 +568,3 @@ else {

var hostVersion = "1.0.186";
var hostVersion = "1.0.187";

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

@@ -375,3 +375,5 @@ 'use client';

newParams[key.slice(3)] =
typeof value === "string" ? value.split("/") : value;
typeof value === "string"
? value.replace(/^\/|\/$/g, "").split("/")
: value;
}

@@ -588,3 +590,3 @@ else {

var hostVersion = "1.0.186";
var hostVersion = "1.0.187";

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

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

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

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

},
"gitHead": "c8e66753e8f375487f4dc60f29897496fe889e51"
"gitHead": "955ad82db6b88217ade941de9bf66cb57edc319e"
}

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

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

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

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

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

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

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

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

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

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

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