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

bun-plugin-env

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-plugin-env - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/index.js

7

package.json
{
"name": "bun-plugin-env",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"description": "A simple Bun plugin to load .env files as modules.",

@@ -44,3 +44,3 @@ "author": "Chris Breuer <chris@stacksjs.org>",

"scripts": {
"build": "bun --bun build.ts",
"build": "bun build.ts",
"lint": "bunx eslint .",

@@ -51,3 +51,3 @@ "lint:fix": "bunx eslint . --fix",

"changelog": "bunx changelogen --output CHANGELOG.md",
"prepublishOnly": "bun --bun run build",
"prepublishOnly": "bun run build",
"release": "bun run changelog && bunx bumpp package.json --all",

@@ -62,2 +62,3 @@ "test": "bun test",

"@types/node": "^20.11.19",
"bun-plugin-dts-auto": "^0.4.1",
"changelogen": "^0.5.5",

@@ -64,0 +65,0 @@ "commitizen": "^4.3.0",

@@ -5,3 +5,4 @@ import process from 'node:process'

await plugin({
name: 'ENV',
name: 'bun-plugin-env',
async setup(build) {

@@ -8,0 +9,0 @@ (await import('dotenv')).config()

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