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

min-fina-modul

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-fina-modul - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

4

index.js
#!/usr/bin/env node
const clc = require('cli-color');
if (process.argv.length < 3) {

@@ -8,2 +10,2 @@ console.log("usage: min-fina-module MESSAGE");

console.log(`${process.argv[2].toUpperCase()}!`);
console.log(clc.red.bold(`${process.argv[2].toUpperCase()}!`));
{
"name": "min-fina-modul",
"version": "1.0.3",
"version": "1.0.5",
"description": "simple test",

@@ -19,5 +19,8 @@ "main": "index.js",

"bin": {
"scream": "./index.js"
"min-fina-modul": "./index.js"
},
"homepage": "https://github.com/argelius/min-fina-modul#readme"
"homepage": "https://github.com/argelius/min-fina-modul#readme",
"dependencies": {
"cli-color": "^1.4.0"
}
}
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