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

@smartsoft001/cli

Package Overview
Dependencies
Maintainers
1
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartsoft001/cli - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

2

package.json
{
"name": "@smartsoft001/cli",
"version": "0.0.34",
"version": "0.0.35",
"bin": {

@@ -5,0 +5,0 @@ "smart": "smart.js"

@@ -18,2 +18,10 @@ "use strict";

}
function runInstallDeps(target) {
log('Install dependencies');
const devDeps = [
'@smartsoft001/core',
];
const installDevDeps = `npm i ${devDeps.join(' ')} -D`;
runCommand(installDevDeps, target);
}
function runInstallDevDeps(target) {

@@ -71,2 +79,3 @@ log('Install dev dependencies');

createNxWorkspace(name);
runInstallDeps(target);
runInstallDevDeps(target);

@@ -73,0 +82,0 @@ runSetNgConfig(target);

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