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

@automationcloud/client

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automationcloud/client - npm Package Compare versions

Comparing version 1.8.3 to 1.8.5

2

package.json
{
"name": "@automationcloud/client",
"version": "1.8.3",
"version": "1.8.5",
"description": "JavaScript/TypeScript Client Library for Automation Cloud API",

@@ -5,0 +5,0 @@ "main": "out/main/index.js",

@@ -13,3 +13,3 @@ # Automation Cloud API Client

- [Sign up](https://https://automationcloud.net/sign-up) for Automation Cloud account.
- Sign up for Automation Cloud account.
- Create a Service in AC Dashboard and publish a script to it from Autopilot.

@@ -16,0 +16,0 @@ - Create an Application in Dashboard to obtain authentication details.

@@ -77,3 +77,3 @@ // Copyright 2020 UBIO Limited

return body;
} catch (err) {
} catch (err: any) {
if (err.details?.status === 404) {

@@ -80,0 +80,0 @@ return null;

@@ -324,3 +324,3 @@ // Copyright 2020 UBIO Limited

}
} catch (err) {
} catch (err: any) {
cleanup();

@@ -475,3 +475,3 @@ reject(err);

this._events.emit('trackTick');
} catch (err) {
} catch (err: any) {
const error = new errors.JobTrackError(err);

@@ -478,0 +478,0 @@ this._events.emit('trackError', error);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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