🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@stefandesu/hello-world

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stefandesu/hello-world

You give me hello, I give you world.

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

npm-hello-world

Just a repository to test stuff with

Install

npm i @stefandesu/hello-world

Usage

const hw = require("@stefandesu/hello-world")
console.log(hw.hello) // prints "world"
console.log(hw.world) // prints "hello"

Test

git clone https://github.com/stefandesu/npm-hello-world.git
cd npm-hello-world
npm i
npm test

Maintainers

  • @stefandesu

Publish

Please work on the dev branch during development (or better yet, develop in a feature branch and merge into dev when ready).

When a new release is ready (i.e. the features are finished, merged into dev, and all tests succeed), run the included release script (replace "patch" with "minor" or "major" if necessary):

npm run release:patch

This will:

  • Switch to dev
  • Make sure dev is up-to-date
  • Run npm version patch (or "minor"/"major")
  • Push changes to dev
  • Switch to main
  • Merge changes from dev
  • Push main with tags
  • Switch back to dev

After running this, GitHub Actions will automatically publish the new version to NPM. It will also create a new GitHub Release. Edit the release as necessary.

Contribute

PRs accepted.

License

The Unlicense

FAQs

Package last updated on 28 Aug 2020

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