Socket
Socket
Sign inDemoInstall

simple-hello-world-example

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-hello-world-example

a simple hello world example


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

simple-hello-world-example

A Simple Hello World Example Package

Installation

Install via NPM:

npm install simple-hello-world-example

Usage

javascript

var myApp = require("simple-hello-world-example");

var msg = myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'simple-hello-world-example';

let msg = myApp.printMsg(); // print and return " Hello World! " 


License

This project is licensed under the terms of the MIT license.

Keywords

FAQs

Last updated on 01 Sep 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc