Socket
Socket
Sign inDemoInstall

botframework-schema

Package Overview
Dependencies
Maintainers
1
Versions
541
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-m1.5 to 4.0.0-m1.7

11

lib/index.d.ts

@@ -1,4 +0,3 @@

/// <reference types="node" />
/**
* @module botbuilder-schema
* @module botbuilder
*/

@@ -539,9 +538,9 @@ /**

/**
* @member {Buffer} [originalBase64] Attachment content
* @member {any} [originalBase64] Attachment content
*/
originalBase64: Buffer;
originalBase64: any;
/**
* @member {Buffer} [thumbnailBase64] Attachment thumbnail
* @member {any} [thumbnailBase64] Attachment thumbnail
*/
thumbnailBase64: Buffer;
thumbnailBase64: any;
}

@@ -548,0 +547,0 @@ /**

"use strict";
/**
* @module botbuilder-schema
* @module botbuilder
*/

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

{
"name": "botframework-schema",
"version": "4.0.0-m1.5",
"version": "4.0.0-m1.7",
"keywords": [

@@ -12,10 +12,9 @@ "botconnector",

"dependencies": {
"@types/node": "^9.3.0"
},
"devDependencies": {
"@types/node": "^9.3.0"
},
"scripts": {
"build": "tsc",
"clean": "erase /q lib\\*.*",
"publish": "npm publish --tag preview"
"clean": "erase /q lib\\*.*"
},

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

/**
* @module botbuilder-schema
* @module botbuilder
*/

@@ -558,9 +558,9 @@ /**

/**
* @member {Buffer} [originalBase64] Attachment content
* @member {any} [originalBase64] Attachment content
*/
originalBase64: Buffer;
originalBase64: any;
/**
* @member {Buffer} [thumbnailBase64] Attachment thumbnail
* @member {any} [thumbnailBase64] Attachment thumbnail
*/
thumbnailBase64: Buffer;
thumbnailBase64: any;
}

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