You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@0x57/env

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x57/env

0.0.1
latest
npmnpm
Version published
Weekly downloads
66
Maintainers
1
Weekly downloads
 
Created
Source

@0x57/env

This package contains a @t3-oss/env-core preset you can use in your project to manage your 0x57 environmental variables.

Usage

Install this package using your package manager of choice:

npm i @0x57/env

Then use it as a @ts-oss/env-core preset in your env.ts file or similar:

import { createEnv } from "@t3-oss/env-core";
import { hex57 } from "@0x57/env";

export const env = createEnv({
  // ...
  // Extend the 0x57 preset.
  extends: [hex57()],
});

env.HEX57_API_KEY; // string

FAQs

Package last updated on 15 Jul 2025

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