
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@raycast/hello-world
Advanced tools
A simple hello world package for testing trusted publisher functionality.
npm install @raycast/hello-world
import { HelloWorld, greet } from "@raycast/hello-world";
// Simple greeting function
console.log(greet()); // "Hello, World!"
console.log(greet("Developer")); // "Hello, Developer!"
// Using the class
const helloWorld = new HelloWorld();
console.log(helloWorld.greet()); // "Hello, World!"
const customHello = new HelloWorld({ name: "Test User" });
console.log(customHello.greet()); // "Hello, Test User!"
greet(name?: string): stringSimple function that returns a greeting message.
HelloWorld classnew HelloWorld(options?: { name?: string })greet(): string - Returns a greeting messageMIT
FAQs
A simple hello world package for Raycast extensions
The npm package @raycast/hello-world receives a total of 0 weekly downloads. As such, @raycast/hello-world popularity was classified as not popular.
We found that @raycast/hello-world demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies