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-alpha.b7cedce9e.0 to 0.0.4-alpha.c3f7f5bf9.0

22

build/index.js
"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ManifestUtil = void 0;
const tslib_1 = require("tslib");
const fs_extra_1 = (0, tslib_1.__importDefault)(require("fs-extra"));
const ajv_draft_04_1 = (0, tslib_1.__importDefault)(require("ajv-draft-04"));
const axios_1 = (0, tslib_1.__importDefault)(require("axios"));
(0, tslib_1.__exportStar)(require("./manifest"), exports);
const fs_extra_1 = __importDefault(require("fs-extra"));
const ajv_draft_04_1 = __importDefault(require("ajv-draft-04"));
const axios_1 = __importDefault(require("axios"));
__exportStar(require("./manifest"), exports);
class ManifestUtil {

@@ -12,0 +24,0 @@ /**

@@ -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 @@ */

@@ -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-alpha.b7cedce9e.0",
"version": "0.0.4-alpha.c3f7f5bf9.0",
"main": "build/index.js",

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

},
"gitHead": "5c07c94d045e41983def65e5dbdba0b0a04d559c"
"gitHead": "129fa773497a109918091c706b9cadba030afc31"
}

Sorry, the diff of this file is not supported yet

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