Socket
Socket
Sign inDemoInstall

@chuva.io/less-cli

Package Overview
Dependencies
99
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.12 to 1.0.0-beta.13

commands/service/api.js

10

bin/index.js

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

import get_by_id from '../commands/projects/get_by_id.js';
import create_account from '../commands/user/create_account.js';

@@ -19,3 +20,3 @@ const program = new Command();

.description('CLI to interact with Less')
.version('1.0.0-beta.12')
.version('1.0.0-beta.13')
.usage('[COMMAND]');

@@ -54,6 +55,11 @@

program
.command('register')
.description('Create your less account')
.action(create_account);
const template = program
.command('template')
.description('Use templates to help you get your boilerplate code set up for common tasks.');
template

@@ -60,0 +66,0 @@ .command('add')

2

package.json
{
"name": "@chuva.io/less-cli",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "`less-cli` is a CLI tool that allows you to deploy your Less projects to AWS while providing several other tools to facilitate your interaction with Less.",

@@ -5,0 +5,0 @@ "author": "Chuva, LLC",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc