Socket
Socket
Sign inDemoInstall

@frontastic/extension-types

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

src/ts/basicComponentValues.ts

4

package.json
{
"name": "@frontastic/extension-types",
"version": "0.0.7",
"version": "0.0.8",
"description": "Type definitions required for backend extension development with Frontastic",
"main": "src/ts/index.ts",
"main": "./src/ts/exports.ts",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -54,3 +54,3 @@ // This file is autogenerated – run `ant apidocs` to update it

*/
featureFlags: Map<string, boolean>;
featureFlags: Record<string, boolean> | [];
}

@@ -137,3 +137,3 @@

*/
additionalResponseHeaders?: Map<string, string>;
additionalResponseHeaders?: Record<string, string> | [];
}

@@ -229,3 +229,3 @@

clientIp?: string;
headers?: Map<string, string>;
headers?: Record<string, string> | [];
frontasticRequestId?: string;

@@ -232,0 +232,0 @@ /**

// This file is autogenerated – run `ant apidocs` to update it
export interface LinkReferenceValue extends ReferenceValue {
type?: string;
link?: null | string;
target?: string;
}
export interface PageFolderReferenceValue extends ReferenceValue {
type?: string;
pageFolder?: PageFolderValue;
}
export interface PageFolderTreeValue extends PageFolderValue {

@@ -29,6 +18,1 @@ children?: PageFolderTreeValue[];

}
export interface ReferenceValue {
type?: string;
openInNewWindow?: boolean;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc