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

@byu-oit/cbsetup

Package Overview
Dependencies
Maintainers
13
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byu-oit/cbsetup - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

4

cli.js

@@ -54,3 +54,3 @@ #!/usr/bin/env node

'Docker + OpenJDK + Maven',
'Amazon Standard 1.0'
'Amazon Standard 2.0 (NPM runtime)'
]

@@ -191,5 +191,5 @@ },

} else {
buildImage = 'aws/codebuild/standard:1.0';
buildImage = 'aws/codebuild/standard:2.0';
}
return buildImage;
}
{
"name": "@byu-oit/cbsetup",
"version": "1.3.2",
"version": "1.4.0",
"description": "Create an AWS CodeBuild project from your command line",

@@ -24,4 +24,4 @@ "main": "index.js",

"dependencies": {
"aws-sdk": "^2.439.0",
"inquirer": "^6.3.1"
"aws-sdk": "^2.484.0",
"inquirer": "^6.4.1"
},

@@ -28,0 +28,0 @@ "bin": {

@@ -0,0 +0,0 @@ # cbsetup

Sorry, the diff of this file is not supported yet

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