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.0.0 to 1.0.1

README.md

13

connection.js

@@ -63,2 +63,4 @@ let ipc = require('node-ipc');

async function _run(func) {
let hasError = false;
try {

@@ -70,15 +72,12 @@ await init();

if (e.type === 'APIError') {
console.log('*** APIError *** ', e.message, '\n\n');
console.log('[ERROR] APIError:', e.message);
} else if (e.type === 'InternalError') {
console.log('*** InternalError *** ', e.message, '\n\n');
console.log('[ERROR] InternalError:', e.message);
}
}
await send('api/cleanup', { hasError: true });
disconnect();
throw e;
hasError = true;
}
await send('api/cleanup');
await send('api/cleanup', { hasError });
disconnect();

@@ -85,0 +84,0 @@ }

{
"name": "@actual-app/api",
"version": "1.0.0",
"version": "1.0.1",
"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