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.20 to 0.0.21

2

package.json
{
"name": "@smartsoft001/cli",
"version": "0.0.20",
"version": "0.0.21",
"bin": {

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

@@ -33,9 +33,9 @@ "use strict";

runCommand(createCommand);
log('Install dependencies');
const deps = ['@smartsoft001/core'];
const installDeps = `npm i ${deps.join(' ')} --save`;
runCommand(installDeps, target);
// log('Install dependencies')
// const deps = ['@smartsoft001/core'];
// const installDeps = `npm i ${deps.join(' ')} --save`;
// runCommand(installDeps, target);
log('Install dev dependencies');
const devDeps = [
'@smartsoft001/core',
'@smartsoft001/schematics',
'@nrwl/angular',

@@ -42,0 +42,0 @@ '@ionic/angular-toolkit',

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