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.15.3 to 0.15.4

4

dist/index.d.ts

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

name: string;
/**
* The URL at which the organization’s icon can be found.
*/
iconUrl: string;
}

@@ -853,0 +857,0 @@ /**

4

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

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

"dependencies": {
"@appsemble/sdk": "0.15.3",
"@appsemble/sdk": "0.15.4",
"@fortawesome/fontawesome-common-types": "^0.2.30",

@@ -34,0 +34,0 @@ "openapi-types": "^7.0.1",

@@ -1057,2 +1057,7 @@ import type {

name: string;
/**
* The URL at which the organization’s icon can be found.
*/
iconUrl: string;
}

@@ -1059,0 +1064,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