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 7.1.4 to 8.0.0

LICENSE

1

lib/index.d.ts

@@ -16,3 +16,4 @@ export declare class Events {

private subscribeToKey;
private subscribeToInvocation;
constructor(wss: string, config: any, isTestnet?: boolean);
}

@@ -133,2 +133,22 @@ "use strict";

};
this.subscribeToInvocation = function (invocationId) {
return __awaiter(this, void 0, void 0, function () {
var tag;
return __generator(this, function (_a) {
tag = TAG + " | subscribeToInvocation | ";
try {
//attempt join
this.socket.emit('join', {
invocationId: invocationId
});
return [2 /*return*/, true];
}
catch (e) {
log.error(tag, "e: ", e);
throw e;
}
return [2 /*return*/];
});
});
};
this.subscribeToKey = function () {

@@ -135,0 +155,0 @@ return __awaiter(this, void 0, void 0, function () {

5

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

@@ -29,3 +29,4 @@ "types": "./lib/main.d.ts",

"when": "^3.7.8"
}
},
"gitHead": "1131f9ac170d13140577ccb114d2b685ef179085"
}
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