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.7 to 1.0.8

2

api.js

@@ -5,3 +5,2 @@ const {

disconnect,
loadBudget,
runWithBudget,

@@ -160,3 +159,2 @@ runImport

disconnect,
loadBudget,
runWithBudget,

@@ -163,0 +161,0 @@ runImport,

@@ -73,6 +73,2 @@ let ipc = require('node-ipc');

async function loadBudget(id) {
await send('api/load-budget', { id });
}
async function _run(func) {

@@ -108,3 +104,3 @@ let hasError = false;

return _run(async () => {
await loadBudget(id);
await send('api/load-budget', { id });
return func();

@@ -122,9 +118,2 @@ });

module.exports = {
init,
send,
disconnect,
loadBudget,
runWithBudget,
runImport
};
module.exports = { init, send, disconnect, runWithBudget, runImport };

2

package.json
{
"name": "@actual-app/api",
"version": "1.0.7",
"version": "1.0.8",
"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