🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@truffle/events

Package Overview
Dependencies
Maintainers
14
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truffle/events - npm Package Compare versions

Comparing version
0.1.17
to
0.1.18
+4
-6
defaultSubscribers/dashboard.js

@@ -29,2 +29,4 @@ const Spinner = require("@truffle/spinners").Spinner;

async function () {
if (!isDashboardNetwork(this.config)) return;
try {

@@ -45,5 +47,3 @@ const publishLifecycle = await this.messageBus.publish({

function (event) {
if (!isDashboardNetwork(this.config)) {
return;
}
if (!isDashboardNetwork(this.config)) return;

@@ -62,5 +62,3 @@ const { payload } = event;

function (event) {
if (!isDashboardNetwork(this.config)) {
return;
}
if (!isDashboardNetwork(this.config)) return;

@@ -67,0 +65,0 @@ let { error } = event;

+2
-2
{
"name": "@truffle/events",
"version": "0.1.17",
"version": "0.1.18",
"description": "Event system for Truffle",

@@ -31,3 +31,3 @@ "main": "index.js",

},
"gitHead": "275115e1ce358aad3050a7583c034e5d19d885a1"
"gitHead": "8db49f7df3f7e32846a5f42c03d8fa116288ebf7"
}