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

hello-world-npx

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-world-npx - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

5

index.js

@@ -5,2 +5,5 @@ #!/bin/sh

console.log('Hello, world!')
const CFonts = require('cfonts')
CFonts.say('Hello, npm world !', { font: 'chrome', colors: ['yellow', 'green', 'red']})

2

package.json
{
"name": "hello-world-npx",
"version": "0.2.0",
"version": "0.3.0",
"description": "testing the awesome new npx utility",

@@ -5,0 +5,0 @@ "main": "index.js",

# hello-world-npx
Trying the awesome new npm -> npx feature !
## Usage
Using npm >= 5.2.0:
```bash
npx hello-world-npx
```
If the latest version is not taken, use:
```bash
npx hello-world-npx --ignore-existing
```
## Interesting reads

@@ -6,0 +20,0 @@

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