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

written-in-stars

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

written-in-stars

my first package. H/T Samer Buna

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Basic utility to frame text in stars in the console.

This is a dummy package to learn publishing to npmjs registry.

How to use:

  • Run npm install written-in-stars
  • Import it in your code.
  • The package exports a fuction, so invoke it passing in the text you want written in stars.
  • Example use in a node project:
    const witInStars = require("written-in-stars");

    writInStars("I'm a martian!");

That simple😉

FAQs

Package last updated on 12 Jun 2021

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