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.15.4 to 0.15.5

12

dist/index.d.ts

@@ -1,3 +0,3 @@

import type { Promisable } from 'type-fest';
import type { Action, Message, Theme } from './types';
import { Promisable } from 'type-fest';
import { Action, Message, Theme } from './types';
export * from './types';

@@ -74,5 +74,3 @@ /**

export declare type Remapper = string | number | boolean | object | object[];
export interface PageParameters {
[parameter: string]: string;
}
export declare type PageParameters = Record<string, string>;
/**

@@ -96,5 +94,3 @@ * A set of utility functions provided by the Appsemble SDK.

*/
remap: (remapper: Remapper, data: any, context?: {
[key: string]: any;
}) => any;
remap: (remapper: Remapper, data: any, context?: Record<string, any>) => any;
/**

@@ -101,0 +97,0 @@ * Show a bulma style message.

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

// eslint-disable-next-line no-duplicate-imports
// eslint-disable-next-line @typescript-eslint/no-duplicate-imports
export * from './types';

@@ -3,0 +3,0 @@ /**

@@ -18,5 +18,3 @@ /**

*/
dispatch: (data?: any, context?: {
[key: string]: any;
}) => Promise<unknown>;
dispatch: (data?: any, context?: Record<string, any>) => Promise<unknown>;
}

@@ -23,0 +21,0 @@ export declare type RequestLikeActionTypes = 'request' | 'resource.create' | 'resource.delete' | 'resource.get' | 'resource.query' | 'resource.update';

{
"name": "@appsemble/sdk",
"version": "0.15.4",
"version": "0.15.5",
"description": "Build your own blocks",

@@ -36,4 +36,4 @@ "keywords": [

"dependencies": {
"type-fest": "^0.16.0"
"type-fest": "^0.18.0"
}
}

Sorry, the diff of this file is not supported yet

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