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 14.0.0 to 14.0.1

5

dist/scripts/setup.js

@@ -78,2 +78,7 @@ "use strict";

},
skipValidation: {
requiresArg: false,
type: 'boolean',
describe: 'Skip validation of command arguments (e.g. for CI)',
},
};

@@ -80,0 +85,0 @@ function handler(argv) {

8

package.json
{
"name": "@sitecore-jss/sitecore-jss-cli",
"version": "14.0.0",
"version": "14.0.1",
"description": "Sitecore JSS command-line",

@@ -33,4 +33,4 @@ "scripts": {

"dependencies": {
"@sitecore-jss/sitecore-jss-dev-tools": "^14.0.0",
"@sitecore-jss/sitecore-jss-manifest": "^14.0.0",
"@sitecore-jss/sitecore-jss-dev-tools": "^14.0.1",
"@sitecore-jss/sitecore-jss-manifest": "^14.0.1",
"chalk": "^2.4.2",

@@ -69,3 +69,3 @@ "cross-spawn": "^7.0.0",

},
"gitHead": "35c549e3765fb10ac24266162663618244810769"
"gitHead": "5767bd0ec04b8662a41fd7f09a64dc6a7325a77a"
}

@@ -39,3 +39,8 @@ export declare const command = "setup";

};
skipValidation: {
requiresArg: boolean;
type: string;
describe: string;
};
};
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