🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/slack

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/slack - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.3.0
to
1.3.1
+43
-42
package.json
{
"name": "@mastra/slack",
"version": "1.3.0",
"description": "Slack integration for Mastra agents with app factory, OAuth, and slash commands",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"CHANGELOG.md"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"dependencies": {
"@chat-adapter/slack": "^4.29.0"
"@chat-adapter/slack": "^4.29.0",
"easy-day-js": "^1.11.21"
},
"description": "Slack integration for Mastra agents with app factory, OAuth, and slash commands",
"devDependencies": {
"@mastra/core": "1.37.0",
"@types/node": "^22.14.0",

@@ -33,11 +16,24 @@ "tsup": "^8.4.0",

"vitest": "^3.1.1",
"zod": "^4.4.3",
"@mastra/core": "1.37.0"
"zod": "^4.4.3"
},
"peerDependencies": {
"@mastra/core": "^1.0.0"
"engines": {
"node": "\u003e=22.13.0"
},
"publishConfig": {
"access": "public"
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
}
},
"files": [
"dist",
"CHANGELOG.md"
],
"homepage": "https://mastra.ai",
"keywords": [

@@ -50,21 +46,26 @@ "mastra",

],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/slack",
"peerDependencies": {
"@mastra/core": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "channels/slack",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "channels/slack"
"url": "git+https://github.com/mastra-ai/mastra.git"
},
"homepage": "https://mastra.ai",
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
}
}
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"type": "module",
"types": "dist/index.d.ts",
"version": "1.3.1"
}