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

frontweather

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontweather - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

30

index.js

@@ -7,17 +7,19 @@ const parseArgs = require('minimist');

try{
const args = parseArgs(process.argv.slice(2));
module.exports = () => {
try{
const args = parseArgs(process.argv.slice(2));
if(args.key)
registerKey(args.key);
else if(args.city)
getWeather(args.city);
else if(args.help)
help();
else
help();
if(args.key)
registerKey(args.key);
else if(args.city)
getWeather(args.city);
else if(args.help)
help();
else
help();
}catch(e){
console.log('wooow bro shit happened');
}
}catch(e){
console.log('wooow bro shit happened');
}
}
{
"name": "frontweather",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -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