🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

cypress-aws-secrets-manager

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-aws-secrets-manager - npm Package Compare versions

Comparing version

to
0.4.3

2

index.js

@@ -13,3 +13,3 @@ const chalk = require("chalk");

let missingProperties = []
console.log('Starting plugin: ' + chalk.green('cypress-aws-secret-manager\n'))
console.log('Starting plugin: ' + chalk.green('cypress-aws-secrets-manager\n'))
if (config.awsSecretsManagerConfig) {

@@ -16,0 +16,0 @@ const awsSecretsManagerConfig = config.awsSecretsManagerConfig

{
"name": "cypress-aws-secrets-manager",
"version": "0.4.1",
"version": "0.4.3",
"description": "Cypress Plugin | Integrate the power of AWS Secrets Manager seamlessly into your Cypress tests with the cypress-aws-secrets-manager plugin. This lightweight yet powerful plugin facilitates the secure loading of secrets stored in AWS Secrets Manager directly into your Cypress environment variables.",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/alecmestroni/cypress-aws-secret-manager.git"
"url": "git+https://github.com/alecmestroni/cypress-aws-secrets-manager.git"
},

@@ -25,5 +25,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/alecmestroni/cypress-aws-secret-manager/issues"
"url": "https://github.com/alecmestroni/cypress-aws-secrets-manager/issues"
},
"homepage": "https://github.com/alecmestroni/cypress-aws-secret-manager#readme",
"homepage": "https://github.com/alecmestroni/cypress-aws-secrets-manager#readme",
"dependencies": {

@@ -30,0 +30,0 @@ "chalk": "^4.1.2",

@@ -6,7 +6,7 @@ # Load AWS Secrets into Cypress as env-variable

<h3 align="center">
<a href="https://www.npmjs.com/package/cypress-aws-secret-manager">
<img src="https://img.shields.io/npm/v/cypress-aws-secret-manager" align="center" />
<a href="https://www.npmjs.com/package/cypress-aws-secrets-manager">
<img src="https://img.shields.io/npm/v/cypress-aws-secrets-manager" align="center" />
</a>
<a href="https://www.npmjs.com/package/cypress-aws-secret-manager">
<img src="https://img.shields.io/npm/dm/cypress-aws-secret-manager" align="center" />
<a href="https://www.npmjs.com/package/cypress-aws-secrets-manager">
<img src="https://img.shields.io/npm/dm/cypress-aws-secrets-manager" align="center" />
</a>

@@ -21,3 +21,3 @@ <a href="https://paypal.me/AlecMestroni?country.x=IT&locale.x=it_IT">

```shell
$ npm install cypress-aws-secret-manager --save-dev
$ npm install cypress-aws-secrets-manager --save-dev
```

@@ -28,3 +28,3 @@

```shell
$ npm install -g cypress-aws-secret-manager
$ npm install -g cypress-aws-secrets-manager
```

@@ -47,3 +47,3 @@

async setupNodeEvents(on, config) {
const getSecretFromAWS = require('cypress-aws-secret-manager')
const getSecretFromAWS = require('cypress-aws-secrets-manager')
await getSecretFromAWS(on, config)

@@ -141,3 +141,3 @@ },

}
const getSecretFromAWS = require('cypress-aws-secret-manager')
const getSecretFromAWS = require('cypress-aws-secrets-manager')
await getSecretFromAWS(on, config)

@@ -170,3 +170,3 @@ },

Starting plugin: cypress-aws-secret-manager
Starting plugin: cypress-aws-secrets-manager

@@ -199,3 +199,3 @@ AWS SSO strategy: profile

Starting plugin: cypress-aws-secret-manager
Starting plugin: cypress-aws-secrets-manager

@@ -215,3 +215,3 @@ √ Missing awsSecretsManagerConfig, continue without secrets!

Starting plugin: cypress-aws-secret-manager
Starting plugin: cypress-aws-secrets-manager

@@ -240,3 +240,3 @@ ConfigurationError!

Starting plugin: cypress-aws-secret-manager
Starting plugin: cypress-aws-secrets-manager

@@ -243,0 +243,0 @@ AWS SSO strategy: "multi"