New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

makenova

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makenova - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

cli.js

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

.command('title', 'Display title', {}, () => console.log(makenova.title))
.command('alias', 'Display alias', {}, () => console.log(makenova.alias))
.command('twitter', 'Display twitter', {}, () => {
console.log(makenova.twitter)
})
.command('github', 'Display github', {}, () => console.log(makenova.github))
.command('website', 'Display website', {}, () => {
console.log(makenova.website)
})
.help('h')

@@ -13,0 +21,0 @@ .alias('h', 'help')

2

package.json
{
"name": "makenova",
"version": "0.3.0",
"version": "0.3.1",
"description": "who is makenova?",

@@ -5,0 +5,0 @@ "main": "index.js",

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