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

botframework-schema

Package Overview
Dependencies
Maintainers
1
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-schema - npm Package Compare versions

Comparing version 4.11.0-dev.20200929.ca9de94 to 4.11.0-dev.20201019.3446d04

9

lib/teams/index.d.ts

@@ -94,2 +94,11 @@ import { MessageActionsPayloadBody, O365ConnectorCardActionBase, O365ConnectorCardInputBase } from './extension';

alert?: boolean;
/**
* @member {boolean} [alertInMeeting] true if a notification is to be shown to the user while in a meeting,
* false otherwise.
*/
alertInMeeting?: boolean;
/**
* @member {string} [externalResourceUrl] the value of the notification's external resource url
*/
externalResourceUrl?: string;
}

@@ -96,0 +105,0 @@ /**

8

package.json

@@ -5,3 +5,3 @@ {

"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.11.0-dev.20200929.ca9de94",
"version": "4.11.0-dev.20201019.3446d04",
"license": "MIT",

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

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200929.ca9de94",
"set-version": "npm version --allow-same-version 4.11.0-dev.20201019.3446d04",
"test": "tsc && nyc mocha tests/",

@@ -39,5 +39,5 @@ "test:compat": "api-extractor run --verbose"

"files": [
"/lib",
"/src"
"lib",
"src"
]
}

@@ -107,2 +107,11 @@ /*

alert?: boolean;
/**
* @member {boolean} [alertInMeeting] true if a notification is to be shown to the user while in a meeting,
* false otherwise.
*/
alertInMeeting?: boolean;
/**
* @member {string} [externalResourceUrl] the value of the notification's external resource url
*/
externalResourceUrl?: string;
}

@@ -109,0 +118,0 @@

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