Huge News!Announcing our $40M Series B led by Abstract Ventures.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.20200927.621fd44 to 4.11.0-dev.20200929.ca9de94

4

lib/teams/index.d.ts

@@ -174,4 +174,4 @@ import { MessageActionsPayloadBody, O365ConnectorCardActionBase, O365ConnectorCardInputBase } from './extension';

/**
* Paging token
*/
* Paging token
*/
continuationToken: string;

@@ -178,0 +178,0 @@ /**

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

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

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

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

@@ -36,0 +36,0 @@ "test:compat": "api-extractor run --verbose"

@@ -190,10 +190,10 @@ /*

export interface TeamsPagedMembersResult {
/**
* Paging token
*/
continuationToken: string;
/**
* The Channel Accounts.
*/
members: TeamsChannelAccount[];
/**
* Paging token
*/
continuationToken: string;
/**
* The Channel Accounts.
*/
members: TeamsChannelAccount[];
}

@@ -200,0 +200,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