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
217
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.19.13 to 0.19.14

10

dist/index.d.ts

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

}
export interface ResourceHistoryDefinition {
/**
* If set to `false`, edits are still tracked, but exactly what changed is lost.
*/
data: boolean;
}
export interface ResourceDefinition {

@@ -392,2 +398,6 @@ /**

/**
* A definition of how versioning should happen for instances of this resource.
*/
history?: ResourceHistoryDefinition | boolean;
/**
* The definition for the `resource.create` action.

@@ -394,0 +404,0 @@ */

@@ -43,1 +43,6 @@ export interface Resource {

}
export interface ResourceVersion {
created: string;
data: Record<string, unknown>;
author: ResourceAuthor;
}

4

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

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

"dependencies": {
"@appsemble/sdk": "0.19.13",
"@appsemble/sdk": "0.19.14",
"@fortawesome/fontawesome-common-types": "^0.2.0",

@@ -36,0 +36,0 @@ "jsonschema": "^1.0.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