Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.1.0 to 1.1.1

6

CHANGELOG.md
# @octopusdeploy/step-inputs
## 1.1.1
### Patch Changes
- f18e92f: Update CI secret and fix octo cli version in build
## 1.1.0

@@ -4,0 +10,0 @@

4

dist/Aws/AwsAuthentication.d.ts

@@ -13,3 +13,3 @@ import { AmazonWebServicesAccount } from "../accounts";

}
declare type AwsAssumeRole = AwsNoAssumedRole | AwsAssumedRole;
export declare type AwsAssumeRole = AwsNoAssumedRole | AwsAssumedRole;
declare type AwsWorkerCredentials = {

@@ -22,3 +22,3 @@ type: Discriminator<"worker">;

};
declare type AwsCredentials = AwsWorkerCredentials | AwsAccountCredentials;
export declare type AwsCredentials = AwsWorkerCredentials | AwsAccountCredentials;
export declare type AwsAuthentication = {

@@ -25,0 +25,0 @@ credentials: AwsCredentials;

{
"name": "@octopusdeploy/step-inputs",
"version": "1.1.0",
"version": "1.1.1",
"description": "The step UI",

@@ -21,3 +21,3 @@ "types": "dist/index.d.ts",

"jest-extended": "0.11.5",
"jest-runner-eslint": "0.11.1",
"jest-runner-eslint": "1.0.1",
"typescript": "4.4.4",

@@ -28,4 +28,6 @@ "ts-jest": "26.5.6"

"build": "tsc --declaration",
"test": "jest --maxWorkers 4 --json --outputFile=./results.json --passWithNoTests"
"test": "jest --maxWorkers 4 --json --outputFile=./results.json --passWithNoTests",
"ci:package": "mkdir -p ../../dist && pnpm pack --pack-destination ../../dist && mv ../../dist/octopusdeploy-step-inputs-$npm_package_version.tgz ../../dist/octopusdeploy.step-inputs.$npm_package_version.tgz",
"lint": "eslint ."
}
}

@@ -15,3 +15,3 @@ import { AmazonWebServicesAccount } from "../accounts";

type AwsAssumeRole = AwsNoAssumedRole | AwsAssumedRole;
export type AwsAssumeRole = AwsNoAssumedRole | AwsAssumedRole;

@@ -27,3 +27,3 @@ type AwsWorkerCredentials = {

type AwsCredentials = AwsWorkerCredentials | AwsAccountCredentials;
export type AwsCredentials = AwsWorkerCredentials | AwsAccountCredentials;

@@ -30,0 +30,0 @@ export type AwsAuthentication = {

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