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

@goldstack/infra

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/infra - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

dist/src/deploymentState.js

@@ -44,3 +44,3 @@ "use strict";

}
throw new Error(`Deployment state not defined for deployment '${deploymentName}'. Did you already deploy this deployment?`);
throw new Error(`Deployment state not defined for deployment '${deploymentName}'. Did you set up the infrastructure for this deployment with 'yarn infra up [deploymentName]'?`);
}

@@ -47,0 +47,0 @@ return deploymentState;

{
"name": "@goldstack/infra",
"version": "0.4.2",
"version": "0.4.3",
"description": "Utilities for defining infrastructure for npm packages.",

@@ -40,8 +40,8 @@ "keywords": [

"dependencies": {
"@goldstack/utils-config": "0.4.2",
"@goldstack/utils-log": "0.3.2",
"@goldstack/utils-sh": "0.5.2"
"@goldstack/utils-config": "0.4.3",
"@goldstack/utils-log": "0.3.3",
"@goldstack/utils-sh": "0.5.3"
},
"devDependencies": {
"@goldstack/utils-git": "0.2.2",
"@goldstack/utils-git": "0.2.3",
"@types/jest": "^29.0.1",

@@ -48,0 +48,0 @@ "@types/node": "^18.7.13",

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