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

@balena/event-log

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/event-log - npm Package Compare versions

Comparing version

to
6.3.0-add-actions-settings-operations-click-076eebbe24ef12a43e6cb58797da8f9cbda16fc5

1

build/balena-event-log.js

@@ -109,2 +109,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

changelog: ['click'],
actionsSettingsOperations: ['click'],
members: ['create', 'edit', 'delete', 'invite'],

@@ -111,0 +112,0 @@ deployToBalena: ['open', 'cancel'],

@@ -7,2 +7,6 @@ # Change Log

## 6.3.0 - 2022-10-31
* Add event for actions and settings operation clicks [myarmolinsky]
## 6.2.0 - 2022-04-04

@@ -9,0 +13,0 @@

4

package.json
{
"name": "@balena/event-log",
"version": "6.2.0",
"version": "6.3.0-add-actions-settings-operations-click-076eebbe24ef12a43e6cb58797da8f9cbda16fc5",
"description": "Balena events logging util",

@@ -47,4 +47,4 @@ "main": "build/balena-event-log.js",

"versionist": {
"publishedAt": "2022-04-04T12:45:41.336Z"
"publishedAt": "2022-10-31T13:04:27.759Z"
}
}

@@ -200,2 +200,5 @@ // tslint:disable-next-line:no-namespace

};
actionsSettingsOperations: {
click: TrackFunction;
}
/** @deprecated Use applicationInvite */

@@ -202,0 +205,0 @@ invite: Invite;

Sorry, the diff of this file is not supported yet