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

@akiflow/ergon

Package Overview
Dependencies
Maintainers
3
Versions
12
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

to
1.3.5

dist/utils.d.ts

4

dist/ergon.js

@@ -44,4 +44,8 @@ "use strict";

var axios_1 = __importDefault(require("axios"));
var utils_1 = require("./utils");
function encodeJob(job) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x;
if (!!job.error) {
job.error = (0, utils_1.removeCircularReferences)(job.error);
}
return {

@@ -48,0 +52,0 @@ id: job.id,

2

package.json
{
"name": "@akiflow/ergon",
"version": "1.3.4",
"version": "1.3.5",
"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