bun-plugin-env
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"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() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19274
6
392
12
5
1