Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@slack/bolt

Package Overview
Dependencies
Maintainers
12
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/bolt - npm Package Compare versions

Comparing version 3.21.3 to 3.21.4

14

package.json
{
"name": "@slack/bolt",
"version": "3.21.3",
"version": "3.21.4",
"description": "A framework for building Slack apps, fast.",

@@ -24,8 +24,8 @@ "author": "Slack Technologies, LLC",

"engines": {
"node": ">=12.13.0",
"npm": ">=6.12.0"
"node": ">=14.21.3",
"npm": ">=6.14.18"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"build": "npm run build:clean && tsc",
"build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output",

@@ -55,3 +55,3 @@ "lint": "eslint --fix --ext .ts src",

"express": "^4.16.4",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^8.1.0",
"promise.allsettled": "^1.0.2",

@@ -82,5 +82,5 @@ "raw-body": "^2.3.3",

"shx": "^0.3.2",
"sinon": "^7.3.1",
"sinon": "^18.0.1",
"source-map-support": "^0.5.12",
"ts-node": "^8.1.0",
"ts-node": "^10.9.2",
"tsd": "^0.22.0",

@@ -87,0 +87,0 @@ "typescript": "4.8.4"

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