Socket
Socket
Sign inDemoInstall

@frontastic/extension-types

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontastic/extension-types - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4-pre

src/ts/tasticfieldvalue/index.ts

2

package.json
{
"name": "@frontastic/extension-types",
"version": "0.0.3",
"version": "0.0.4-pre",
"description": "Type definitions required for backend extension development with Frontastic",

@@ -5,0 +5,0 @@ "main": "src/ts/index.ts",

@@ -53,2 +53,8 @@ // This file is autogenerated – run `ant apidocs` to update it

/* This class only represents the information available, the TypeScript API should provide a mechanism to request each
of these fields and we only submit those which have been requested. */
export interface DynamicPageContext {
frontasticContext?: null | Context;
}
export interface DynamicPageRedirectResult {

@@ -121,3 +127,3 @@ redirectLocation?: any;

body?: string;
sessionData?: any;
sessionData?: null | any;
}

@@ -124,0 +130,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