Socket
Socket
Sign inDemoInstall

@slack/web-api

Package Overview
Dependencies
Maintainers
10
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/web-api - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

10

dist/methods.d.ts
/// <reference types="node" />
import { Stream } from 'stream';
import { Dialog, View, KnownBlock, Block, MessageAttachment, LinkUnfurls, PlainTextElement } from '@slack/types';
import { Dialog, View, KnownBlock, Block, MessageAttachment, LinkUnfurls } from '@slack/types';
import { WebAPICallOptions, WebAPICallResult } from './WebClient';

@@ -664,9 +664,7 @@ /**

view_id: string;
title: PlainTextElement;
blocks: (KnownBlock | Block)[];
close?: PlainTextElement;
submit?: PlainTextElement;
private_metadata?: string;
view: View;
external_id?: string;
hash?: string;
}
export * from '@slack/types';
//# sourceMappingURL=methods.d.ts.map

2

dist/WebClient.js

@@ -638,3 +638,2 @@ "use strict";

}
exports.WebClient = WebClient;
/**

@@ -644,2 +643,3 @@ * The name used to prefix all logging generated from this object

WebClient.loggerName = 'WebClient';
exports.WebClient = WebClient;
exports.default = WebClient;

@@ -646,0 +646,0 @@ var WebClientEvent;

{
"name": "@slack/web-api",
"version": "5.2.0",
"version": "5.2.1",
"description": "Official library for using the Slack Platform's Web API",

@@ -74,4 +74,3 @@ "author": "Slack Technologies, Inc.",

"typescript": "^3.3.3333"
},
"gitHead": "8a3f777519718ffb87cbde712f75b8d594255f84"
}
}

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