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

@automationcloud/robot

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@automationcloud/robot - npm Package Compare versions

Comparing version 1.0.0-rc.13 to 1.0.0-rc.14

2

out/main/logger.d.ts
/**
* Standard logging interface, compatible with `console`.
*
* Use this interface to provide your own logging system to Robot API
* Use this interface to provide your own logging system to Robot
* (either directly or via an adapter).

@@ -6,0 +6,0 @@ * ```

import { Job, JobInitParams } from './job';
import { Logger } from './logger';
/**
* A Robot API instance which is used to execute a particular script.
* A Robot instance which is used to execute a particular script.
*

@@ -6,0 +6,0 @@ * Robot instance is scoped to a script or service and can be used

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

/**
* A Robot API instance which is used to execute a particular script.
* A Robot instance which is used to execute a particular script.
*

@@ -22,0 +22,0 @@ * Robot instance is scoped to a script or service and can be used

{
"name": "@automationcloud/robot",
"version": "1.0.0-rc.13",
"version": "1.0.0-rc.14",
"description": "API for running scripts on Automation Cloud",

@@ -28,3 +28,3 @@ "main": "out/main/index.js",

},
"gitHead": "a014e22acfc26d2040a9686183d3cfddbde7ca97"
"gitHead": "9807365691e1c8995759df5e3e2bb85504b34677"
}
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