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

@capriza/far

Package Overview
Dependencies
Maintainers
12
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capriza/far - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

5

lib/commands/deploy.js

@@ -399,3 +399,4 @@ const readline = require("readline");

// check if there is a setting for sending cloud watch logs
if (this.config.logDestination) {
let destination = this.config.logDestination !== undefined ? this.config.logDestination : "arn:aws:logs:*:654841564804:destination:LogsDestination";
if (destination) {
// check if subscription filter already exists

@@ -420,3 +421,3 @@ let result = await this.cwl

let logDestination = this.config.logDestination.replace("*", this.config.region);
let logDestination = destination.replace("*", this.config.region);
await this.cwl

@@ -423,0 +424,0 @@ .putSubscriptionFilter({

2

package.json
{
"name": "@capriza/far",
"version": "2.3.0",
"version": "2.4.0",
"description": "CLI for deploying ApproveSimple connectors to AWS fargate",

@@ -5,0 +5,0 @@ "main": "index.js",

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