Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appsemble/sdk

Package Overview
Dependencies
Maintainers
4
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/sdk - npm Package Compare versions

Comparing version 0.23.6 to 0.23.7

2

index.d.ts

@@ -282,3 +282,3 @@ import { type Action, type BaseMessage, type BulmaColor, type BulmaSize, type Theme } from '@appsemble/types';

export declare function bootstrap(fn: BootstrapFunction): void;
export type HandlerFunction = (...params: unknown[]) => Promisable<unknown>;
export type HandlerFunction = (...params: any[]) => Promisable<unknown>;
export type ControllerFunction = (params: EventParams) => Promisable<Record<keyof Actions, HandlerFunction>>;

@@ -285,0 +285,0 @@ export interface AppsembleControllerEvent extends CustomEvent {

{
"name": "@appsemble/sdk",
"version": "0.23.6",
"version": "0.23.7",
"description": "Build your own blocks",

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

"dependencies": {
"@appsemble/types": "0.23.6",
"@appsemble/types": "0.23.7",
"@fortawesome/fontawesome-common-types": "^6.0.0",

@@ -47,0 +47,0 @@ "type-fest": "^4.0.0"

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

# ![](https://gitlab.com/appsemble/appsemble/-/raw/0.23.6/config/assets/logo.svg) Appsemble SDK
# ![](https://gitlab.com/appsemble/appsemble/-/raw/0.23.7/config/assets/logo.svg) Appsemble SDK

@@ -6,3 +6,3 @@ > Build your own blocks

[![npm](https://img.shields.io/npm/v/@appsemble/sdk)](https://www.npmjs.com/package/@appsemble/sdk)
[![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.23.6/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.23.6)
[![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.23.7/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.23.7)
[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)

@@ -157,3 +157,3 @@

[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.23.6/LICENSE.md) ©
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.23.7/LICENSE.md) ©
[Appsemble](https://appsemble.com)
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