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

@journeyapps/cloudcode-build-legacy

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/cloudcode-build-legacy - npm Package Compare versions

Comparing version 0.0.0-dev.2b3e822 to 0.0.0-dev.2ea575b

4

dist/cli.js

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

.option('task', { string: true, demandOption: true })
//TODO: option for zip output target
.option('runInstallScripts', { default: false }) // FIXME: is it safe to default this to true in the build-agent context?
.option('runInstallScripts', { default: false })
// TODO: investigate yargs.config() for reading task config blob from a file. But how to ensure required args?

@@ -23,3 +22,2 @@ .option('appId', { string: true, demandOption: true, describe: "CloudCode's reference id" })

}, handled(async (argv) => {
// FIXME: errors are being eaten here, and always returning success.
(0, index_1.handle)({

@@ -26,0 +24,0 @@ appPath: argv.src,

{
"name": "@journeyapps/cloudcode-build-legacy",
"version": "0.0.0-dev.2b3e822",
"description": "Port of the Lambda-based stack-versioned/build-svc.",
"version": "0.0.0-dev.2ea575b",
"description": "Port of JourneyApps CloudCode's legacy build tooling.",
"publishConfig": {
"access": "public"
},
"bin": {

@@ -6,0 +9,0 @@ "cloudcode-build-legacy": "./bin.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