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

@topagentnetwork/tf-runner

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@topagentnetwork/tf-runner - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

5

lib/context.js

@@ -73,2 +73,7 @@ const execSync = require('child_process').execSync

if (!existsSync(tfLocalCache) && this.argv._[0] !== 'init') {
this.error(chalk.yello('Terraform is ont initialized... Running Terraform init'))
this.initTerraform(envDir)
}
if (this.shouldFetchModules()) {

@@ -75,0 +80,0 @@ this.fetchModules(envDir)

2

package.json
{
"name": "@topagentnetwork/tf-runner",
"version": "0.8.0",
"version": "0.8.1",
"description": "A wrapper to simplify running terraform in multiple environments",

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

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