New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

helloworldjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helloworldjs

A simple module that allows you to print or get 'Hello World' in any language

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

helloworldjs

My first npm package. Just a module that allows you to print or get "Hello World" in different languages

Install

 npm install helloworldjs

Apis

  var greet = require('./helloworldjs');
   greet.greetCall('French'); // "Bonjour le monde"
   
   greet.greetCall('English'); // "Hello World"
   
greet.greetReturn("Spanish") // Returns "Hola Mundo"

console.log(greet.greetReturn("Spanish")); // "Hola Mundo" 

This is my first npm module. If you like this, kindly star it.

Keywords

helloworld

FAQs

Package last updated on 19 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts