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
993
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.1.6-beta.2024092902.0 to 0.1.6-beta.2024093009.0

1

build/index.d.ts

@@ -66,2 +66,3 @@ import { TeamsAppManifest } from "./manifest";

};
static useCopilotExtensionsInSchema(manifest: TeamsAppManifest): Promise<boolean>;
}

@@ -224,4 +224,8 @@ "use strict";

}
static async useCopilotExtensionsInSchema(manifest) {
const schema = await this.fetchSchema(manifest);
return !!schema.properties.copilotExtensions;
}
}
exports.ManifestUtil = ManifestUtil;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "@microsoft/teams-manifest",
"version": "0.1.6-beta.2024092902.0",
"version": "0.1.6-beta.2024093009.0",
"main": "build/index.js",

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

},
"gitHead": "ed1b8f24bf118ac672c551209c83768445f6ccd0"
"gitHead": "394653a9e939a3735707bba7f4289c7c013a734d"
}

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