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

@octopusdeploy/step-inputs

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octopusdeploy/step-inputs - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

dist/Kubernetes/index.d.ts

10

CHANGELOG.md
# @octopusdeploy/step-inputs
## 3.1.0
### Minor Changes
- 12944a0: Added support for the new style of contextual help via popup,
see https://zeroheight.com/932c0f1a9/p/078f81-contextual-help.
We've added the missing `inlineNumber` for `inlineList`.
Added `max`, `min` to `number`.
Added `kubernetesObjectStatus` component as well.
## 3.0.0

@@ -4,0 +14,0 @@

1

dist/index.d.ts

@@ -15,2 +15,3 @@ export * from "./PackageReference";

export * from "./Aws";
export * from "./Kubernetes";
export * from "./GitSourceReference";

@@ -27,3 +27,4 @@ "use strict";

__exportStar(require("./Aws"), exports);
__exportStar(require("./Kubernetes"), exports);
__exportStar(require("./GitSourceReference"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@octopusdeploy/step-inputs",
"version": "3.0.0",
"version": "3.1.0",
"description": "The step UI",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -15,2 +15,3 @@ export * from "./PackageReference";

export * from "./Aws";
export * from "./Kubernetes";
export * from "./GitSourceReference";

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