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

@sitecore-jss/sitecore-jss-cli

Package Overview
Dependencies
Maintainers
9
Versions
1342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-jss/sitecore-jss-cli - npm Package Compare versions

Comparing version 13.0.3 to 13.0.5

4

dist/scripts/deploy.files.js

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

describe: 'If true, no build task is invoked and any existing build artifacts at the source path are deployed.',
default: 'false',
default: false,
},

@@ -89,3 +89,3 @@ buildTaskName: {

describe: 'Whether to delete all existing items in the destination before copying new artifacts.',
default: 'false',
default: false,
},

@@ -92,0 +92,0 @@ };

{
"name": "@sitecore-jss/sitecore-jss-cli",
"version": "13.0.3",
"version": "13.0.5",
"description": "Sitecore JSS command-line",

@@ -68,3 +68,3 @@ "scripts": {

},
"gitHead": "1dbb182e713de06ab5682fffd179b4c265b8d7d1"
"gitHead": "40c07d2c4779b5fddd7b0e56443557201e786b1b"
}

@@ -24,3 +24,3 @@ export declare const command = "app";

describe: string;
default: string;
default: boolean;
};

@@ -37,3 +37,3 @@ buildTaskName: {

describe: string;
default: string;
default: boolean;
};

@@ -40,0 +40,0 @@ appName: {

@@ -24,3 +24,3 @@ export declare const command = "files";

describe: string;
default: string;
default: boolean;
};

@@ -37,5 +37,5 @@ buildTaskName: {

describe: string;
default: string;
default: boolean;
};
};
export declare function handler(argv: any): Promise<void>;
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