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

@microsoft/teams-manifest

Package Overview
Dependencies
Maintainers
4
Versions
999
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/teams-manifest - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5-alpha.884e98caa.0

6

build/manifest.d.ts

@@ -339,2 +339,8 @@ export interface IDeveloper {

/**
* Specify the app's Graph connector configuration. If this is present then webApplicationInfo.id must also be specified.
*/
graphConnector?: {
notificationUrl: string;
};
/**
* The set of compose extensions for this app. Currently only one compose extension per app is supported.

@@ -341,0 +347,0 @@ */

4

build/manifest.js

@@ -11,7 +11,7 @@ // Copyright (c) Microsoft Corporation.

constructor() {
this.$schema = "https://developer.microsoft.com/en-us/json-schemas/teams/v1.8/MicrosoftTeams.schema.json";
this.$schema = "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json";
/**
* The version of the schema this manifest is using.
*/
this.manifestVersion = "1.8";
this.manifestVersion = "1.11";
/**

@@ -18,0 +18,0 @@ * The version of the app. Changes to your manifest should cause a version change. This version string must follow the semver standard (http://semver.org).

{
"name": "@microsoft/teams-manifest",
"version": "0.0.4",
"version": "0.0.5-alpha.884e98caa.0",
"main": "build/index.js",

@@ -58,3 +58,3 @@ "types": "build/index.d.ts",

},
"gitHead": "1ef790ce4465be168e8b56317bbd5a95b5959c4a"
"gitHead": "817fc7d91474cc74d12b4cce85cab1dd682c0b13"
}

Sorry, the diff of this file is not supported yet

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