Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@actual-app/api

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actual-app/api - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

17

connection.js

@@ -79,9 +79,10 @@ let ipc = require('node-ipc');

function disconnect() {
ipc.disconnect(socketClient.id);
socketClient = null;
initialized = false;
if (socketClient) {
ipc.disconnect(socketClient.id);
socketClient = null;
initialized = false;
}
}
async function _run(func) {
let hasError = false;
let res;

@@ -93,9 +94,9 @@

} catch (e) {
hasError = true;
send('api/cleanup', { hasError: true });
disconnect();
throw e;
} finally {
await send('api/cleanup', { hasError });
disconnect();
}
send('api/cleanup');
disconnect();
return res;

@@ -102,0 +103,0 @@ }

{
"name": "@actual-app/api",
"version": "1.1.1",
"version": "1.1.2",
"description": "An API for Actual",

@@ -5,0 +5,0 @@ "main": "api.js",

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