Socket
Socket
Sign inDemoInstall

@appsemble/types

Package Overview
Dependencies
Maintainers
4
Versions
206
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.13.11 to 0.13.12

6

dist/index.d.ts

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

body: Remapper;
/**
* The attachments that should be attached to the email
*
* Should result in an array of URLs or asset IDs.
*/
attachments?: Remapper;
}

@@ -379,0 +385,0 @@ export interface LinkActionDefinition extends BaseActionDefinition<'link'> {

1

dist/index.js

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=index.js.map
module.exports = {
clearMocks: true,
displayName: '@appsemble/types',

@@ -12,2 +13,4 @@ globals: {

preset: 'ts-jest',
resetMocks: true,
restoreMocks: true,
};

6

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

@@ -31,7 +31,7 @@ "keywords": [

"dependencies": {
"@appsemble/sdk": "0.13.11",
"@appsemble/sdk": "0.13.12",
"@fortawesome/fontawesome-common-types": "^0.2.30",
"openapi-types": "^1.3.5",
"openapi-types": "^7.0.1",
"type-fest": "^0.16.0"
}
}

@@ -448,2 +448,9 @@ import type {

body: Remapper;
/**
* The attachments that should be attached to the email
*
* Should result in an array of URLs or asset IDs.
*/
attachments?: Remapper;
}

@@ -450,0 +457,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