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.13 to 1.0.14

5

build/index.js

@@ -32,3 +32,4 @@ "use strict";

const uuid_1 = require("uuid");
const p_timeout_1 = __importDefault(require("p-timeout"));
// import pTimeout from 'p-timeout'
const pTimeout = require('p-timeout');
const types = __importStar(require("./types"));

@@ -182,3 +183,3 @@ const DAY_MS = 1000 * 60 * 60 * 24;

if (timeoutMs) {
return (0, p_timeout_1.default)(responseP, {
return pTimeout(responseP, {
milliseconds: timeoutMs,

@@ -185,0 +186,0 @@ message: 'ClaudeAI timed out waiting for response: ' + timeoutMs + "'ms."

2

package.json
{
"name": "claude-api-slack",
"version": "1.0.13",
"version": "1.0.14",
"description": "slack Authentication Library for ClaudeAI.",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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