Socket
Socket
Sign inDemoInstall

botframework-schema

Package Overview
Dependencies
Maintainers
3
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.22.0-dev.20231101.0032ed7 to 4.22.0-dev.20231102.d18c19c

_ts3.4/lib/sharepoint/aceData.d.ts

1

_ts3.4/lib/index.d.ts

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

export * from './teams';
export * from './sharepoint';
/**

@@ -15,0 +16,0 @@ * Attachment View name and size

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

export * from './teams';
export * from './sharepoint';
/**

@@ -15,0 +16,0 @@ * Attachment View name and size

@@ -31,2 +31,4 @@ "use strict";

__exportStar(require("./teams"), exports);
// The SharePoint schemas was manually added to this library. This file has been updated to export those schemas.
__exportStar(require("./sharepoint"), exports);
const attachmentView = z.object({

@@ -33,0 +35,0 @@ viewId: z.string(),

5

package.json

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

"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.22.0-dev.20231101.0032ed7",
"version": "4.22.0-dev.20231102.d18c19c",
"license": "MIT",

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

"uuid": "^8.3.2",
"zod": "~1.11.17"
"zod": "~1.11.17",
"adaptivecards": "1.2.3"
},

@@ -35,0 +36,0 @@ "scripts": {

@@ -20,2 +20,5 @@ /**

// The SharePoint schemas was manually added to this library. This file has been updated to export those schemas.
export * from './sharepoint';
/**

@@ -22,0 +25,0 @@ * Attachment View name and size

Sorry, the diff of this file is not supported yet

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