New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

purecloud-sdk-upgrade

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purecloud-sdk-upgrade - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

main.js

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

// vars
var SCRIPT_FILENAME = 'main.js';
var GENERATE_OPERATION = 'genops';

@@ -53,5 +52,5 @@ var UPGRADE_OPERATION = 'upgrade';

writeBoxSeparator();
writeBoxedLine('Command:'.dim + ' node ' + SCRIPT_FILENAME + ' ' + GENERATE_OPERATION + ' <old_swagger> <new_swagger>');
writeBoxedLine('Command:'.dim + ' purecloud-sdk-upgrade ' + GENERATE_OPERATION + ' <old_swagger> <new_swagger>');
writeBoxSeparator();
writeBoxedLine('Example:'.dim + ' node ' + SCRIPT_FILENAME + ' ' + GENERATE_OPERATION + ' old.json https://site.com/new.json')
writeBoxedLine('Example:'.dim + ' purecloud-sdk-upgrade ' + GENERATE_OPERATION + ' old.json https://site.com/new.json')
writeBoxSeparator();

@@ -70,5 +69,5 @@ writeBoxedLine('Parameters'.dim);

writeBoxSeparator();
writeBoxedLine('Command:'.dim + ' node ' + SCRIPT_FILENAME + ' ' + UPGRADE_OPERATION + ' <source_path> [<path_regex>] [<backup>] [<old_swagger> <new_swagger>]');
writeBoxedLine('Command:'.dim + ' purecloud-sdk-upgrade ' + UPGRADE_OPERATION + ' <source_path> [<path_regex>] [<backup>] [<old_swagger> <new_swagger>]');
writeBoxSeparator();
writeBoxedLine('Example:'.dim + ' node ' + SCRIPT_FILENAME + ' ' + UPGRADE_OPERATION + ' /git/project/src .*\\\\.java /backups/project old.json https://site.com/new.json')
writeBoxedLine('Example:'.dim + ' purecloud-sdk-upgrade ' + UPGRADE_OPERATION + ' /git/project/src .*\\\\.java /backups/project old.json https://site.com/new.json')
writeBoxSeparator();

@@ -75,0 +74,0 @@ writeBoxedLine('Parameters'.dim);

@@ -23,3 +23,3 @@ {

],
"version":"0.1.0",
"version":"0.1.1",
"files": [

@@ -26,0 +26,0 @@ "main.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