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

windmill-client

Package Overview
Dependencies
Maintainers
1
Versions
694
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windmill-client - npm Package Compare versions

Comparing version 1.154.2 to 1.156.0

2

dist/core/OpenAPI.js

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

BASE: '/api',
VERSION: '1.154.2',
VERSION: '1.156.0',
WITH_CREDENTIALS: false,

@@ -9,0 +9,0 @@ CREDENTIALS: 'include',

@@ -7,2 +7,8 @@ import type { ScriptArgs } from './ScriptArgs';

on_failure?: string;
on_failure_times?: number;
on_failure_exact?: boolean;
on_failure_extra_args?: ScriptArgs;
on_recovery?: string;
on_recovery_times?: number;
on_recovery_extra_args?: ScriptArgs;
};

@@ -11,2 +11,8 @@ import type { ScriptArgs } from './ScriptArgs';

on_failure?: string;
on_failure_times?: number;
on_failure_exact?: boolean;
on_failure_extra_args?: ScriptArgs;
on_recovery?: string;
on_recovery_times?: number;
on_recovery_extra_args?: ScriptArgs;
};

@@ -16,2 +16,8 @@ import type { ScriptArgs } from './ScriptArgs';

on_failure?: string;
on_failure_times?: number;
on_failure_exact?: boolean;
on_failure_extra_args?: ScriptArgs;
on_recovery?: string;
on_recovery_times?: number;
on_recovery_extra_args?: ScriptArgs;
};
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.154.2",
"version": "1.156.0",
"author": "Ruben Fiszel",

@@ -6,0 +6,0 @@ "license": "Apache 2.0",

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