Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
Maintainers
1
Versions
545
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-connector - npm Package Compare versions

Comparing version 4.0.0-m1.6 to 4.0.0-m1.7

2

lib/auth/channelValidation.d.ts
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -6,0 +6,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

@@ -12,3 +12,3 @@ "use strict";

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -15,0 +15,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

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

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -10,0 +10,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

@@ -12,3 +12,3 @@ "use strict";

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -15,0 +15,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -8,3 +8,3 @@ /**

*/
import { Activity } from 'botbuilder-schema';
import { Activity } from 'botframework-schema';
import { ICredentialProvider } from './credentialProvider';

@@ -11,0 +11,0 @@ export declare module JwtTokenValidation {

@@ -12,3 +12,3 @@ "use strict";

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -15,0 +15,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -6,0 +6,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -9,3 +9,3 @@ /**

import * as msRest from "ms-rest-js";
import * as Models from "botbuilder-schema";
import * as Models from "botframework-schema";
import * as Mappers from "./models/mappers";

@@ -12,0 +12,0 @@ import * as operations from "./operations";

"use strict";
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -11,3 +11,3 @@ /**

const msRest = require("ms-rest-js");
const Models = require("botbuilder-schema");
const Models = require("botframework-schema");
exports.ConnectorModels = Models;

@@ -14,0 +14,0 @@ const Mappers = require("./models/mappers");

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -9,3 +9,3 @@ /**

import * as msRest from "ms-rest-js";
import * as Models from "botbuilder-schema";
import * as Models from "botframework-schema";
import { ConnectorClient } from "../connectorClient";

@@ -12,0 +12,0 @@ /** Class representing a Attachments. */

"use strict";
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -5,0 +5,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -9,3 +9,3 @@ /**

import * as msRest from "ms-rest-js";
import * as Models from "botbuilder-schema";
import * as Models from "botframework-schema";
import { ConnectorClient } from "../connectorClient";

@@ -12,0 +12,0 @@ /** Class representing a Conversations. */

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

"use strict";
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -5,0 +5,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/
export { ConnectorClient } from './generated/connectorClient';
export * from './auth';

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

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -10,0 +10,0 @@ var connectorClient_1 = require("./generated/connectorClient");

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

"description": "Bot Connector is autorest generated connector client.",
"version": "4.0.0-m1.6",
"version": "4.0.0-m1.7",
"license": "MIT",

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

"base64url": "^2.0.0",
"botframework-schema": "^4.0.0-m1.5",
"botframework-schema": "^4.0.0-m1.7",
"jsonwebtoken": "8.0.1",

@@ -44,4 +44,5 @@ "ms-rest-js": "^0.2.5",

"build": "tsc",
"test": "tsc && nyc mocha tests/ --timeout 60000"
"test": "tsc && nyc mocha tests/ --timeout 60000",
"clean": "erase /q lib\\*.*"
}
}
/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -8,3 +8,3 @@ /**

*/
import { Activity } from 'botbuilder-schema';
import { Activity } from 'botframework-schema';
import { ICredentialProvider } from './credentialProvider';

@@ -11,0 +11,0 @@ import { EmulatorValidation } from './emulatorValidation';

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -10,3 +10,3 @@ /**

import * as msRest from "ms-rest-js";
import * as Models from "botbuilder-schema";
import * as Models from "botframework-schema";
import * as Mappers from "./models/mappers";

@@ -13,0 +13,0 @@ import * as operations from "./operations";

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -10,3 +10,3 @@ /**

import * as msRest from "ms-rest-js";
import * as Models from "botbuilder-schema";
import * as Models from "botframework-schema";
import * as Mappers from "../models/mappers";

@@ -13,0 +13,0 @@ import { ConnectorClient } from "../connectorClient";

/**
* @module botframework-connector
* @module botbuilder
*/

@@ -4,0 +4,0 @@ /**

/**
* @module botframework-connector
* @module botbuilder
*/
export { ConnectorClient } from './generated/connectorClient';
export * from './auth';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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