Socket
Socket
Sign inDemoInstall

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.6.0-preview1 to 4.6.0

6

lib/index.d.ts

@@ -1198,2 +1198,8 @@ export * from './activityInterfaces';

expiration: string;
/**
* A collection of properties about this response, such as token polling parameters
*/
properties?: {
[propertyName: string]: any;
};
}

@@ -1200,0 +1206,0 @@ /**

4

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

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

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.6.0-preview1"
"set-version": "npm version --allow-same-version 4.6.0"
},

@@ -20,0 +20,0 @@ "homepage": "http://github.com/Microsoft/botbuilder-js",

@@ -1246,2 +1246,6 @@ /*

expiration: string;
/**
* A collection of properties about this response, such as token polling parameters
*/
properties?: { [propertyName: string]: any };
}

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