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.175 to 1.0.176

11

dist/data.d.ts

@@ -41,6 +41,15 @@ import React, { ReactNode } from "react";

export interface PageParamsProviderProps {
children?: ReactNode;
/**
* Page route without params substituted (e.g. /products/[slug]).
*/
route?: string;
/**
* Page params (e.g. { slug: "jacket" })
*/
params?: Record<string, string | string[] | undefined>;
/**
* Page query params (e.g. { q: "search term" })
*/
query?: Record<string, string | string[] | undefined>;
children?: ReactNode;
/**

@@ -47,0 +56,0 @@ * @deprecated Use `route` instead.

2

dist/host.esm.js

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

var hostVersion = "1.0.175";
var hostVersion = "1.0.176";

@@ -542,0 +542,0 @@ var _a;

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

var hostVersion = "1.0.175";
var hostVersion = "1.0.176";

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

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

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

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

},
"gitHead": "b7c15971507dbbf0b610f86e595cfc199d0985bd"
"gitHead": "a1b8fe28a787b0a7cb46518b9d8491de2bca9f22"
}

@@ -41,6 +41,15 @@ import React, { ReactNode } from "react";

export interface PageParamsProviderProps {
children?: ReactNode;
/**
* Page route without params substituted (e.g. /products/[slug]).
*/
route?: string;
/**
* Page params (e.g. { slug: "jacket" })
*/
params?: Record<string, string | string[] | undefined>;
/**
* Page query params (e.g. { q: "search term" })
*/
query?: Record<string, string | string[] | undefined>;
children?: ReactNode;
/**

@@ -47,0 +56,0 @@ * @deprecated Use `route` instead.

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

export declare const hostVersion = "1.0.175";
export declare const hostVersion = "1.0.176";

@@ -41,6 +41,15 @@ import React, { ReactNode } from "react";

export interface PageParamsProviderProps {
children?: ReactNode;
/**
* Page route without params substituted (e.g. /products/[slug]).
*/
route?: string;
/**
* Page params (e.g. { slug: "jacket" })
*/
params?: Record<string, string | string[] | undefined>;
/**
* Page query params (e.g. { q: "search term" })
*/
query?: Record<string, string | string[] | undefined>;
children?: ReactNode;
/**

@@ -47,0 +56,0 @@ * @deprecated Use `route` instead.

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

export declare const hostVersion = "1.0.175";
export declare const hostVersion = "1.0.176";

@@ -41,6 +41,15 @@ import React, { ReactNode } from "react";

export interface PageParamsProviderProps {
children?: ReactNode;
/**
* Page route without params substituted (e.g. /products/[slug]).
*/
route?: string;
/**
* Page params (e.g. { slug: "jacket" })
*/
params?: Record<string, string | string[] | undefined>;
/**
* Page query params (e.g. { q: "search term" })
*/
query?: Record<string, string | string[] | undefined>;
children?: ReactNode;
/**

@@ -47,0 +56,0 @@ * @deprecated Use `route` instead.

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

export declare const hostVersion = "1.0.175";
export declare const hostVersion = "1.0.176";

@@ -41,6 +41,15 @@ import React, { ReactNode } from "react";

export interface PageParamsProviderProps {
children?: ReactNode;
/**
* Page route without params substituted (e.g. /products/[slug]).
*/
route?: string;
/**
* Page params (e.g. { slug: "jacket" })
*/
params?: Record<string, string | string[] | undefined>;
/**
* Page query params (e.g. { q: "search term" })
*/
query?: Record<string, string | string[] | undefined>;
children?: ReactNode;
/**

@@ -47,0 +56,0 @@ * @deprecated Use `route` instead.

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

export declare const hostVersion = "1.0.175";
export declare const hostVersion = "1.0.176";

@@ -41,6 +41,15 @@ import React, { ReactNode } from "react";

export interface PageParamsProviderProps {
children?: ReactNode;
/**
* Page route without params substituted (e.g. /products/[slug]).
*/
route?: string;
/**
* Page params (e.g. { slug: "jacket" })
*/
params?: Record<string, string | string[] | undefined>;
/**
* Page query params (e.g. { q: "search term" })
*/
query?: Record<string, string | string[] | undefined>;
children?: ReactNode;
/**

@@ -47,0 +56,0 @@ * @deprecated Use `route` instead.

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

export declare const hostVersion = "1.0.175";
export declare const hostVersion = "1.0.176";

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