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

@slack/socket-mode

Package Overview
Dependencies
Maintainers
13
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/socket-mode - npm Package Compare versions

Comparing version 2.0.3-rc.1 to 2.0.3

11

dist/package.json
{
"name": "@slack/socket-mode",
"version": "2.0.3-rc.1",
"version": "2.0.3",
"description": "Official library for using the Slack Platform's Socket Mode API",

@@ -40,3 +40,4 @@ "author": "Slack Technologies, LLC",

"build:clean": "shx rm -rf ./dist ./coverage",
"lint": "npx @biomejs/biome check --write .",
"lint": "npx @biomejs/biome check .",
"lint:fix": "npx @biomejs/biome check --write .",
"test:unit": "mocha --config .mocharc.json src/**/*.spec.ts",

@@ -50,3 +51,3 @@ "test:coverage": "c8 npm run test:unit",

"@slack/logger": "^4",
"@slack/web-api": "^7.3.4",
"@slack/web-api": "^7.8.0",
"@types/node": ">=18",

@@ -66,3 +67,3 @@ "@types/ws": "^8",

"chai": "^4",
"mocha": "^10",
"mocha": "^11",
"nodemon": "^3.1.0",

@@ -74,4 +75,4 @@ "proxyquire": "^2.1.3",

"ts-node": "^10",
"typescript": "5.5.4"
"typescript": "5.7.2"
}
}

@@ -18,9 +18,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

@@ -27,0 +37,0 @@ exports.SlackWebSocket = exports.WS_READY_STATES = void 0;

@@ -18,9 +18,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -27,0 +37,0 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

{
"name": "@slack/socket-mode",
"version": "2.0.3-rc.1",
"version": "2.0.3",
"description": "Official library for using the Slack Platform's Socket Mode API",

@@ -40,3 +40,4 @@ "author": "Slack Technologies, LLC",

"build:clean": "shx rm -rf ./dist ./coverage",
"lint": "npx @biomejs/biome check --write .",
"lint": "npx @biomejs/biome check .",
"lint:fix": "npx @biomejs/biome check --write .",
"test:unit": "mocha --config .mocharc.json src/**/*.spec.ts",

@@ -50,3 +51,3 @@ "test:coverage": "c8 npm run test:unit",

"@slack/logger": "^4",
"@slack/web-api": "^7.3.4",
"@slack/web-api": "^7.8.0",
"@types/node": ">=18",

@@ -66,3 +67,3 @@ "@types/ws": "^8",

"chai": "^4",
"mocha": "^10",
"mocha": "^11",
"nodemon": "^3.1.0",

@@ -74,4 +75,4 @@ "proxyquire": "^2.1.3",

"ts-node": "^10",
"typescript": "5.5.4"
"typescript": "5.7.2"
}
}

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