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.20200915.26b4b6b to 4.11.0-dev.20200916.f8fef0f

lib/activityEx.d.ts

1

lib/index.d.ts
export * from './activityInterfaces';
export * from './activityEx';
export { CallerIdConstants } from './callerIdConstants';

@@ -3,0 +4,0 @@ export { HealthCheckResponse, HealthResults } from './healthCheck';

@@ -6,3 +6,7 @@ "use strict";

*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./activityEx"));
var callerIdConstants_1 = require("./callerIdConstants");

@@ -9,0 +13,0 @@ exports.CallerIdConstants = callerIdConstants_1.CallerIdConstants;

4

package.json

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

"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.11.0-dev.20200915.26b4b6b",
"version": "4.11.0-dev.20200916.f8fef0f",
"license": "MIT",

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

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200915.26b4b6b",
"set-version": "npm version --allow-same-version 4.11.0-dev.20200916.f8fef0f",
"test": "tsc && nyc mocha tests/",

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

@@ -7,2 +7,3 @@ /*

export * from './activityInterfaces';
export * from './activityEx';
export { CallerIdConstants } from './callerIdConstants';

@@ -9,0 +10,0 @@ export { HealthCheckResponse, HealthResults } from './healthCheck';

Sorry, the diff of this file is not supported yet

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