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

@epilot/automation-client

Package Overview
Dependencies
Maintainers
26
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/automation-client - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

LICENSE

1

dist/client.d.ts
import { Client } from './openapi';
export declare const getClient: () => Client;
export declare const createClient: () => Client;

@@ -17,7 +17,15 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getClient = void 0;
exports.createClient = exports.getClient = void 0;
var lambda_powertools_correlation_ids_1 = __importDefault(require("@dazn/lambda-powertools-correlation-ids"));
var openapi_client_axios_1 = __importDefault(require("openapi-client-axios"));
var definition_1 = __importDefault(require("./definition"));
var client;
var getClient = function () {
if (!client) {
client = (0, exports.createClient)();
}
return client;
};
exports.getClient = getClient;
var createClient = function () {
var _a;

@@ -29,3 +37,3 @@ var api = new openapi_client_axios_1.default({ definition: definition_1.default, quick: true });

};
exports.getClient = getClient;
exports.createClient = createClient;
//# sourceMappingURL=client.js.map

5

package.json
{
"name": "@epilot/automation-client",
"version": "2.1.0",
"version": "2.2.0",
"description": "Client library for epilot automation API",

@@ -77,3 +77,4 @@ "main": "dist/index.js",

"whatwg-url": "^11.0.0"
}
},
"gitHead": "d41cf7334964ffb68c562b531d6cf3c286367f76"
}
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