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

cli-ator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-ator - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

lib/index.js
#!/usr/bin/env node
// @ts-check
'use strict'
/**
* - configurare un logger
* - avere gli args gratis
* - avere help gratis
* - avere commands loading
*/
const { EventEmitter } = require('events')

@@ -15,0 +5,0 @@ const fs = require('fs')

4

package.json
{
"name": "cli-ator",
"version": "0.1.0",
"version": "0.1.1",
"description": "A cli tool to build cli tools FASTER",
"main": "cli.js",
"main": "lib/index.js",
"directories": {

@@ -7,0 +7,0 @@ "lib": "lib",

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