Socket
Book a DemoInstallSign in
Socket

@startupjs/babel-plugin-dotenv

Package Overview
Dependencies
Maintainers
6
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@startupjs/babel-plugin-dotenv

Import .env files

latest
Source
npmnpm
Version
0.55.8
Version published
Weekly downloads
289
34.42%
Maintainers
6
Weekly downloads
 
Created
Source

@startupjs/babel-plugin-dotenv

Import .env files

Example

import { BASE_URL, STRIPE_PUBLIC_KEY } from '@env'

↓ ↓ ↓ ↓ ↓ ↓

const BASE_URL = 'http://example.com'
const STRIPE_PUBLIC_KEY = '000-000000-00'

License

MIT

Keywords

babel

FAQs

Package last updated on 16 Dec 2023

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