New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/teams-manifest

Package Overview
Dependencies
Maintainers
4
Versions
1080
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.9-alpha.50b81c77c.0 to 0.1.9-alpha.52a12530b.0

4

build/declarativeCopilotManifest.d.ts

@@ -29,2 +29,5 @@ import { ConversationStarter } from "./pluginManifest";

[k: string]: unknown;
} | {
name: "EmbeddedKnowledge";
files: File[];
})[];

@@ -41,2 +44,3 @@ conversation_starters?: ConversationStarter[];

file_name?: string;
file?: string;
}

@@ -43,0 +47,0 @@ export interface Site {

2

build/manifest.d.ts

@@ -163,3 +163,3 @@ export interface IDeveloper {

}
export type BotOrMeScopes = ("team" | "personal" | "groupchat" | "groupChat")[];
export type BotOrMeScopes = ("team" | "personal" | "groupchat" | "groupChat" | "copilot")[];
export interface IComposeExtension {

@@ -166,0 +166,0 @@ objectId?: string;

{
"name": "@microsoft/teams-manifest",
"version": "0.1.9-alpha.50b81c77c.0",
"version": "0.1.9-alpha.52a12530b.0",
"main": "build/index.js",

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

},
"gitHead": "58a5913c88fd6a4b2a2173a1cf8bfe5979f2c8bc"
"gitHead": "4d8a9b62883c99d30934c4672a7f7fc6f3d15409"
}

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