New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

messaging-api-slack

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messaging-api-slack - npm Package Compare versions

Comparing version 1.0.0-beta.23 to 1.0.0-beta.24

2

dist/SlackTypes.d.ts

@@ -201,3 +201,3 @@ import { OnRequestFunction } from 'messaging-api-common';

export declare type ActionsBlock = {
type: 'action';
type: 'actions';
elements: ActionsBlockElement[];

@@ -204,0 +204,0 @@ blockId?: string;

@@ -9,3 +9,3 @@ {

},
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"main": "dist/index.js",

@@ -15,5 +15,5 @@ "types": "dist/index.d.ts",

"axios": "^0.19.2",
"axios-error": "^1.0.0-beta.16",
"axios-error": "^1.0.0-beta.24",
"lodash": "^4.17.15",
"messaging-api-common": "^1.0.0-beta.23"
"messaging-api-common": "^1.0.0-beta.24"
},

@@ -27,5 +27,5 @@ "keywords": [

"engines": {
"node": ">=8"
"node": ">=10"
},
"gitHead": "5de733d62d61798bdb1d4b19b363bbe216b324e8"
"gitHead": "18258941a920ed2aabf7b12f17e10e8c14238c15"
}

@@ -284,3 +284,3 @@ import { OnRequestFunction } from 'messaging-api-common';

export type ActionsBlock = {
type: 'action';
type: 'actions';
elements: ActionsBlockElement[];

@@ -287,0 +287,0 @@ blockId?: string;

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