Socket
Socket
Sign inDemoInstall

@relative-ci/agent

Package Overview
Dependencies
149
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.5 to 4.2.6-beta.0

8

lib/send.js

@@ -62,2 +62,9 @@ "use strict";

try {
(0, _utils.debug)('Request ready');
await new Promise(resolve => {
setTimeout(() => {
resolve();
}, 30 * 1000);
});
(0, _utils.debug)('Request sent');
const response = await (0, _isomorphicFetch.default)(endpoint, {

@@ -70,2 +77,3 @@ method: 'POST',

});
(0, _utils.debug)('Response recieved');
const responseData = await response.json();

@@ -72,0 +80,0 @@ (0, _utils.debug)('Response', responseData);

2

package.json
{
"name": "@relative-ci/agent",
"version": "4.2.5",
"version": "4.2.6-beta.0",
"description": "Relative CI agent",

@@ -5,0 +5,0 @@ "repository": "relative-ci/agent",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc