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

@byu-oit/cbsetup

Package Overview
Dependencies
Maintainers
12
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.6.0 to 1.6.1

4

cli.js

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

const inquirer = require('inquirer');
const package = require('./package');
console.log(`cbsetup v${package.version}`)
inquirer.prompt([

@@ -129,3 +131,3 @@ {

type: 'S3', /* required */
location: `codepipeline-us-west-2-818272543125/caches/${repo}/codebuild`
location: `codepipeline-us-west-2-${currentAccountId}/caches/${repo}/codebuild`
},

@@ -132,0 +134,0 @@ description: `Continuous integration for ${repo}`,

{
"name": "@byu-oit/cbsetup",
"version": "1.6.0",
"version": "1.6.1",
"description": "Create an AWS CodeBuild project from your command line",

@@ -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