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

@appsemble/types

Package Overview
Dependencies
Maintainers
4
Versions
216
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.17 to 0.18.18

10

dist/index.d.ts

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

resources?: null;
/**
* The URL that can be used to fetch this block’s icon.
*/
iconUrl?: string;
}

@@ -717,2 +721,8 @@ /**

};
/**
* The method used to display the progress of the flow page.
*
* @default 'corner-dots'
*/
progress?: 'corner-dots' | 'hidden';
}

@@ -719,0 +729,0 @@ export interface TabsPageDefinition extends BasePageDefinition {

6

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

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

"dependencies": {
"@appsemble/sdk": "0.18.17",
"@appsemble/sdk": "0.18.18",
"@fortawesome/fontawesome-common-types": "^0.2.35",
"jsonschema": "^1.4.0",
"openapi-types": "^7.2.3",
"type-fest": "^1.1.3"
"type-fest": "^1.2.1"
}
}
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