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.1 to 0.15.2

9

dist/index.d.ts

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

/**
* A representation of a generated OAuth2 authorization code response.
*/
export interface OAuth2AuthorizationCode {
/**
* The authorization code.
*/
code: string;
}
/**
* A block that is displayed on a page.

@@ -10,0 +19,0 @@ */

4

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

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

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

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

@@ -17,2 +17,12 @@ import type {

/**
* A representation of a generated OAuth2 authorization code response.
*/
export interface OAuth2AuthorizationCode {
/**
* The authorization code.
*/
code: string;
}
/**
* A block that is displayed on a page.

@@ -19,0 +29,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