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

claude-api-slack

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claude-api-slack - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

12

package.json
{
"name": "claude-api-slack",
"version": "1.0.0",
"version": "1.0.2",
"description": "slack Authentication Library for ClaudeAI.",
"main": "index.js",
"main": "./dist/index.js",
"scripts": {
"build2": "tsc -p tsconfig.json",
"build": "tsup",

@@ -17,5 +18,5 @@ "dev": "tsup --watch",

".": {
"import": "./build/index.js",
"types": "./build/index.d.ts",
"default": "./build/index.js"
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}

@@ -26,3 +27,2 @@ },

],
"type": "module",
"source": "./src/index.ts",

@@ -29,0 +29,0 @@ "types": "./build/index.d.ts",

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