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
543
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.0.0-preview1.2 to 4.0.6

18

lib/index.d.ts

@@ -1920,1 +1920,19 @@ /**

}
/**
* @interface
* An interface representing a collection of
* Azure Active Directory resource URLs
*/
export interface AadResourceUrls {
/**
* @member {string[]} [resourceUrls] A collection of resource URLs
*/
resourceUrls: string[];
}
/**
* @interface
* An interface representing a mapping of names to TokenResponses.
*/
export interface TokenResponseMap {
[resourceUrl: string]: TokenResponse;
}

0

lib/index.js

@@ -0,0 +0,0 @@ "use strict";

7

package.json
{
"name": "botframework-schema",
"version": "4.0.0-preview1.2",
"version": "4.0.6",
"description": "Activity schema for the Microsoft Bot Framework.",

@@ -18,3 +18,4 @@ "keywords": [

"build": "tsc",
"clean": "erase /q lib\\*.*"
"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version ${Version}"
},

@@ -29,2 +30,2 @@ "homepage": "http://github.com/Microsoft/botbuilder-js",

}
}
}

@@ -0,0 +0,0 @@ Activity schema for the Microsoft Bot Framework.

@@ -1990,1 +1990,21 @@ /**

}
/**
* @interface
* An interface representing a collection of
* Azure Active Directory resource URLs
*/
export interface AadResourceUrls {
/**
* @member {string[]} [resourceUrls] A collection of resource URLs
*/
resourceUrls: string[];
}
/**
* @interface
* An interface representing a mapping of names to TokenResponses.
*/
export interface TokenResponseMap {
[resourceUrl: string]: TokenResponse;
}

@@ -0,0 +0,0 @@ {

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