
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@hods/time
Advanced tools
Displays a time in accordance with Gov style guidance
First install the package into your project:
npm install -S @hods/time
Then use it in your code as follows:
import React, { createElement as h } from 'react';
import Time from '@hods/time';
export const MyComponent = props => (
<Time
// WRITEME
/>
);
export default MyComponent;
Before working on this package you must install its dependencies using the following command:
pnpm install
Run the unit tests.
npm test
Build the package by compiling the TypeScript source code.
npm run build
Remove any previously built files.
npm run clean
FAQs
Displays a time in accordance with Gov style guidance
The npm package @hods/time receives a total of 230 weekly downloads. As such, @hods/time popularity was classified as not popular.
We found that @hods/time demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.