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

@akiflow/ergon

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akiflow/ergon - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

dist/ergon.d.ts

@@ -23,5 +23,5 @@ import { AxiosInstance } from 'axios';

triggerSchedule(id: string): Promise<void>;
deleteJobs(id: string): Promise<void>;
deleteJob(id: string): Promise<void>;
deleteJobsWithKey(key: string): Promise<void>;
deleteSchedules(key: string): Promise<void>;
}

@@ -437,3 +437,3 @@ "use strict";

};
ErgonQueue.prototype.deleteJobs = function (id) {
ErgonQueue.prototype.deleteJob = function (id) {
return __awaiter(this, void 0, void 0, function () {

@@ -440,0 +440,0 @@ var e_11;

{
"name": "@akiflow/ergon",
"version": "1.3.1",
"version": "1.3.2",
"description": "Client for Ergon job queue",

@@ -5,0 +5,0 @@ "main": "./dist/ergon.js",

Sorry, the diff of this file is too big to display

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