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

ozone-typescript-client

Package Overview
Dependencies
Maintainers
8
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-typescript-client - npm Package Compare versions

Comparing version 5.4.20 to 5.4.21

3

dist/src/taskClient/taskClientImpl.js

@@ -21,2 +21,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
const waitingTime = 1000; // ms
export class TaskHandlerImpl {

@@ -107,3 +108,3 @@ constructor(taskId, client, baseUrl, options) {

return __awaiter(this, void 0, void 0, function* () {
const url = `${this.baseUrl}/rest/v3/task/wait/${taskId}/120`;
const url = `${this.baseUrl}/rest/v3/task/wait/${taskId}/${waitingTime}`;
const request = new Request(url)

@@ -110,0 +111,0 @@ .setMethod('GET');

{
"name": "ozone-typescript-client",
"version": "5.4.20",
"version": "5.4.21",
"description": "",

@@ -36,3 +36,3 @@ "main": "dist/src/index.js",

},
"gitHead": "f4a2ff0fb531e0ffdff104da770338989689c77c"
"gitHead": "7a52ece18320f418263d070eac1475ccefe4fbeb"
}

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