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.1 to 7.1.2

4

__tests__/test-module.js

@@ -30,3 +30,3 @@ require("dotenv").config({path:'./../../.env'})

queryKey:"adsfgdfgds3sdfsd",
pioneerWs:process.env['URL_PIONEER_SOCKET']
wss:"ws://127.0.0.1:9001"
}

@@ -38,2 +38,4 @@

clientEvents.subscribeToKey()
//info

@@ -40,0 +42,0 @@ clientEvents.events.on('message',function(request){

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

//if(message.type === "payment_request"){}
_this.emitter.emit('message', message);
_this.events.emit('message', message);
});

@@ -93,3 +93,3 @@ //sub to errors

log.info('invocation: ', message);
_this.emitter.emit('message', message);
_this.events.emit('message', message);
});

@@ -96,0 +96,0 @@ _a.label = 2;

{
"name": "@pioneer-platform/pioneer-events",
"version": "7.1.1",
"version": "7.1.2",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/main.d.ts",

@@ -53,3 +53,3 @@ const TAG = " | ws-client | ";

//if(message.type === "payment_request"){}
this.emitter.emit('message',message)
this.events.emit('message',message)
})

@@ -65,3 +65,3 @@

log.info('invocation: ',message);
this.emitter.emit('message',message)
this.events.emit('message',message)
});

@@ -68,0 +68,0 @@

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