🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@frontastic/extension-types

Package Overview
Dependencies
Maintainers
0
Versions
18
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

to
0.0.13

6

CHANGELOG.md
## Version 0.0.13 (2025-01-16)
** New Features & Improvements **
* add preloaded value to data source configuration
## Version 0.0.12 (2023-05-15)

@@ -3,0 +9,0 @@

5

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

@@ -16,3 +16,4 @@ "main": "./src/ts/exports.ts",

"prettier": "^2.4.1"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

1

src/ts/index.ts

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

configuration: any;
preloadedValue: any;
}

@@ -67,0 +68,0 @@