New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appsemble/types

Package Overview
Dependencies
Maintainers
4
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/types - npm Package Compare versions

Comparing version 0.18.16 to 0.18.17

11

dist/index.d.ts

@@ -663,6 +663,15 @@ import { Action, BaseMessage, HTTPMethods, LogAction, Theme } from '@appsemble/sdk/src/types';

*
* This will be displayed on the top of the page and in the side menu.
* This will be displayed on the top of the page and in the side menu,
* unless @see navTitle is set.
*
* The name of the page is used to determine the URL path of the page.
*/
name: string;
/**
* The name of the page when displayed in the navigation menu.
*
* Context property `name` can be used to access the name of the page.
*/
navTitle?: Remapper;
/**
* A list of roles that may view the page.

@@ -669,0 +678,0 @@ */

4

package.json
{
"name": "@appsemble/types",
"version": "0.18.16",
"version": "0.18.17",
"description": "TypeScript definitions reused within Appsemble internally",

@@ -33,3 +33,3 @@ "keywords": [

"dependencies": {
"@appsemble/sdk": "0.18.16",
"@appsemble/sdk": "0.18.17",
"@fortawesome/fontawesome-common-types": "^0.2.35",

@@ -36,0 +36,0 @@ "jsonschema": "^1.4.0",

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