New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pioneer-platform/pioneer-events

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pioneer-platform/pioneer-events - npm Package Compare versions

Comparing version 8.1.40 to 8.1.44

1

lib/index.d.ts

@@ -18,3 +18,4 @@ import { EventsConfig } from "@pioneer-platform/pioneer-types";

private subscribeToInvocation;
private send;
constructor(config: EventsConfig);
}

@@ -41,3 +41,3 @@ "use strict";

var TAG = " | ws-client | ";
var EventEmitter = require('events');
var events_1 = require("events");
var io = require('socket.io-client');

@@ -54,3 +54,3 @@ var wait = require('wait-promise');

this.isPaired = false;
this.events = new EventEmitter();
this.events = new events_1.EventEmitter();
this.init = function () {

@@ -176,2 +176,22 @@ return __awaiter(this, void 0, void 0, function () {

};
this.send = function (channel, event) {
return __awaiter(this, void 0, void 0, function () {
var tag;
return __generator(this, function (_a) {
tag = TAG + " | subscribeToKey | ";
try {
//attempt join
this.socket.emit('join', {
queryKey: config.queryKey
});
return [2 /*return*/, true];
}
catch (e) {
console.error(e);
throw e;
}
return [2 /*return*/];
});
});
};
this.pair = function (username) {

@@ -178,0 +198,0 @@ return __awaiter(this, void 0, void 0, function () {

10

package.json
{
"name": "@pioneer-platform/pioneer-events",
"version": "8.1.40",
"version": "8.1.44",
"main": "./lib/index.js",

@@ -17,11 +17,11 @@ "types": "./lib/main.d.ts",

"dependencies": {
"@pioneer-platform/pioneer-types": "^8.1.50",
"@pioneer-platform/pioneer-types": "^8.1.53",
"@types/node": "^18.15.11",
"log-node": "^8.0.3",
"socket.io-client": "^4.5.4",
"ts-node": "^8.10.2",
"typescript": "^5.0.2",
"wait-promise": "^0.4.1"
"wait-promise": "^0.4.1",
"events": "^3.3.0"
},
"gitHead": "91ad3edab81c48d12dbb23e33041d5adda2edf50"
"gitHead": "8c626a669f7045d1eb9c00252d9a81845a57fa50"
}
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