unenv-nightly
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-20250401-121608-fbf145d • Public • Published

🕊️ unenv

npm version npm downloads install size

[!NOTE] You are on the development (v2) branch. Check out v1 for the current release.

unenv provides polyfills to add Node.js compatibility for any JavaScript runtime, including browsers and edge workers.

🌟 Used by

Usage

The defineEnv utility can generate a target environment configuration.

import { defineEnv } from "unenv";

const { env } = defineEnv({
  nodeCompat: true,
  npmShims: true,
  resolve: true,
  overrides: {},
  presets: [],
});

const { alias, inject, external, polyfill } = env;

You can then integrate the env object with your build tool:

Bundler alias inject external
rollup @rollup/plugin-alias @rollup/plugin-inject external
rolldown resolve.alias inject external
vite resolve.alias @rollup/plugin-inject ssr.external
esbuild alias inject external
rspack resolve.alias - externals
webpack resolve.alias webpack-plugin-inject externals

Options

  • nodeCompat: (default: true)
    • Add alias entries for Node.js builtins as <id> and node:<id>.
    • Add inject entries for Node.js globals global, Buffer, and process.
  • npmShims: (default: false)
    • Add alias entries to replace npm packages like node-fetch with lighter shims.
  • resolve: (default: false) Resolve config values to absolute paths.
  • overrides: Additional overrides for env config.
  • presets: Additional presets (for example @cloudflare/unenv-preset).

unenv/ polyfills

You can also directly import unenv/ polyfills:

Polyfills Description Source
unenv/mock/* Mocking utils src/runtime/mock
unenv/node/* APIs compatible with Node.js API src/runtime/node
unenv/npm/* NPM package shims src/runtime/npm
unenv/polyfill/* Global polyfills src/runtime/polyfill
unenv/web/* Subset of Web APIs src/runtime/web

Node.js compatibility

unenv replaces Node.js built-in modules compatible with any runtime (view source).

Manual mocking

// Magic proxy to replace any unknown API
import MockProxy from "unenv/mock/proxy";

// You can also create named mocks
const lib = MockProxy.__createMock__("lib", {
  /* overrides */
});

(view source)

Nightly release channel

You can use the nightly release channel to try the latest changes in the main branch via unenv-nightly.

If directly using unenv in your project:

{
  "devDependencies": {
    "unenv": "npm:unenv-nightly"
  }
}

If using unenv via another tool (Nuxt or Nitro) in your project:

{
  "resolutions": {
    "unenv": "npm:unenv-nightly"
  }
}

License

Published under the MIT license. Made by @pi0 and community 💛


🤖 auto updated with automd

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.0-20250401-121608-fbf145d
53latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.0-20250401-121608-fbf145d
53
2.0.0-20250401-121503-fbf145d
44
2.0.0-20250317-133939-bd867e9
22
2.0.0-20250317-133849-b225ab2
4
2.0.0-20250317-131241-47916e6
4
2.0.0-20250317-131232-47916e6
4
2.0.0-20250308-195623-c574333
2
2.0.0-20250308-192445-a25e58d
2
2.0.0-20250308-190559-da0f7a5
2
2.0.0-20250308-181540-b63ebd1
2
2.0.0-20250308-181355-4887197
2
2.0.0-20250308-180704-4887197
4
2.0.0-20250308-180700-79a7536
2
2.0.0-20250308-161448-7758ecd
2
2.0.0-20250307-163728-d8ba9a6
2
2.0.0-20250307-163427-d8ba9a6
2
2.0.0-20250304-173119-2d1cd0b
3
2.0.0-20250303-225639-d2219ed
4
2.0.0-20250303-225503-32235c7
3
2.0.0-20250303-225405-3abdebc
3
2.0.0-20250303-222231-819343f
3
2.0.0-20250228-200436-3c59407
3
2.0.0-20250226-192824-df9be90
2
2.0.0-20250226-192715-ce2d331
2
2.0.0-20250226-192338-cac609d
2
2.0.0-20250226-192303-9e7840c
2
2.0.0-20250226-192212-23b8c57
2
2.0.0-20250226-192027-48e25d7
2
2.0.0-20250220-113659-80f62db
1
2.0.0-20250220-113332-928cc97
1
2.0.0-20250220-111657-abad8c8
1
2.0.0-20250218-203011-378c70e
1
2.0.0-20250218-203004-b08606e
1
2.0.0-20250218-200607-16b089b
1
2.0.0-20250218-195246-50872c3
1
2.0.0-20250218-192658-a8f3b73
1
2.0.0-20250218-192222-4178e91
1
2.0.0-20250218-113404-fb9fd2c
1
2.0.0-20250218-101822-6c31fd8
1
2.0.0-20250218-100723-8a1eb7b
1
2.0.0-20250218-095344-693cb7c
1
2.0.0-20250213-121035-c61e430
1
2.0.0-20250213-114220-814d3d5
1
2.0.0-20250213-110319-aa2c2cf
1
2.0.0-20250213-104050-008bf1c
1
2.0.0-20250213-103042-9d7cd8d
1
2.0.0-20250213-094005-3549c9c
1
2.0.0-20250213-084959-f1f5b4f
1
2.0.0-20250213-081302-c24812d
1
2.0.0-20250212-195759-5d18c2b
1
2.0.0-20250212-190218-a263447
1
2.0.0-20250212-134108-78d4520
1
2.0.0-20250212-132528-8093c24
1
2.0.0-20250212-130719-cea2af7
1
2.0.0-20250212-112547-98f7104
1
2.0.0-20250212-104509-db54843
1
2.0.0-20250211-202558-f7a69b1
1
2.0.0-20250211-133400-9e1c9e9
1
2.0.0-20250211-123702-ce0ca9a
1
2.0.0-20250211-123218-8ddfec4
1
2.0.0-20250211-115025-da95d76
1
2.0.0-20250211-110916-8ecdda4
1
2.0.0-20250211-100415-9921df5
1
2.0.0-20250211-095156-57be824
1
2.0.0-20250210-225105-d365209
1
2.0.0-20250210-224444-4e36629
1
2.0.0-20250210-204332-f807771
1
2.0.0-20250210-135753-f807771
1
2.0.0-20250210-135551-0ff345b
1
2.0.0-20250207-092101-b187785
1
2.0.0-20250207-091735-8131338
1
2.0.0-20250207-023056-21dea9b
2
2.0.0-20250207-021520-3ad50bf
1
2.0.0-20250207-011423-492459d
1
2.0.0-20250207-010151-6a4623f
1
2.0.0-20250207-004829-8463b05
1
2.0.0-20250207-000444-9e5cea8
1
2.0.0-20250206-235049-5fcc6ff
1
2.0.0-20250206-233943-d62cf31
1
2.0.0-20250206-232718-041d4f6
1
2.0.0-20250206-232313-de43cd2
1
2.0.0-20250206-232006-a65352f
1
2.0.0-20250206-231523-552c70a
1
2.0.0-20250206-231403-ee9ecab
1
2.0.0-20250206-225311-890c145
1
2.0.0-20250206-203346-66629c9
1
2.0.0-20250206-203105-59fbe77
1
2.0.0-20250206-192301-3860de2
2
2.0.0-20250206-185138-b4e3cd5
1
2.0.0-20250206-112827-b47f07f
1
2.0.0-20250206-101204-78394e4
1
2.0.0-20250205-194147-d94f7dd
1
2.0.0-20250205-194141-d94f7dd
1
2.0.0-20250205-194120-d94f7dd
1
2.0.0-20250205-193919-f24fb41
1
2.0.0-20250130-094709-09ce665
1
2.0.0-20250130-094658-09ce665
1
2.0.0-20250124-183559-a8c662f
1
2.0.0-20250124-182157-a8122c9
1
2.0.0-20250124-174216-aabfecf
1
2.0.0-20250124-172121-ad10456
1
2.0.0-20250124-110433-ea010e5
1
2.0.0-20250121-205452-ea010e5
1
2.0.0-20250121-160127-ea010e5
1
2.0.0-20250120-102942-76497c6
1
2.0.0-20250117-084633-76497c6
2
2.0.0-20250117-084621-76497c6
1
2.0.0-20250117-084507-6f8cff3
1
2.0.0-20250116-223239-4a6aeb2
1
2.0.0-20250116-222523-f16f853
1
2.0.0-20250116-222100-9327234
1
2.0.0-20250116-221930-7140049
1
2.0.0-20250116-221452-3caf1f3
1
2.0.0-20250116-221422-3caf1f3
1
2.0.0-20250116-221413-3caf1f3
1
2.0.0-20250109-100802-88ad671
4,058
2.0.0-20250109-100633-d22133d
1
2.0.0-20241218-183400-5d6aec3
36,447
2.0.0-20241216-144314-7e05819
2
2.0.0-20241212-153011-af71c96
1,417
2.0.0-20241212-150722-ec0747a
2
2.0.0-20241211-180306-bfbf678
1
2.0.0-20241210-121732-d9d4d03
1
2.0.0-20241204-140205-a5d5190
28,963
2.0.0-20241203-175523-4e76a66
1
2.0.0-20241203-175403-9fa8622
1
2.0.0-20241203-173152-380be9f
1
2.0.0-20241202-125425-fe9f8b2
1
2.0.0-20241202-123641-48160f4
1
2.0.0-20241202-122739-5b17bcd
1
2.0.0-20241202-122348-cb8fa54
1
2.0.0-20241202-121856-1e98a3a
1
2.0.0-20241202-100752-be8b735
1
2.0.0-20241129-161416-af92110
1
2.0.0-20241127-105629-7a9f230
1
2.0.0-20241127-070637-5c42af4
1
2.0.0-20241121-161142-806b5c0
95,954
2.0.0-20241111-080453-894aa31
33,378
2.0.0-20241028-151806-140f0b6
1
2.0.0-20241028-151246-851ba33
1
2.0.0-20241026-020024-5eab1bc
1
2.0.0-20241024-111401-d4156ac
60,164
2.0.0-20241024-063755-041e962
1
2.0.0-20241018-145450-e666fcf
1
2.0.0-20241018-011344-e666fcf
5,816
2.0.0-20241017-155854-ca691c4
1
2.0.0-20241015-162228-03257ee
3,054
2.0.0-20241015-143809-f32d35d
9
2.0.0-20241015-084010-4685643
1
2.0.0-20241015-083729-2186bfc
1
2.0.0-20241011-211432-ccfb90d
1
2.0.0-20241011-210414-6909b71
1
2.0.0-20241010-225042-b1eed1a
1
2.0.0-20241009-125958-e8ea22f
14,164
2.0.0-20241007-204748-a58d516
1
2.0.0-20241007-184005-8878aa1
1
2.0.0-20241007-175433-43e5b0e
1
2.0.0-20241007-174320-889e7a1
1
2.0.0-20241007-174108-923a562
1
2.0.0-20241007-173744-b80d159
1
2.0.0-20240924-181319-d5e42d9
1
2.0.0-20240919-125358-9a64854
43,497
2.0.0-1726687684.061a2b7
1
2.0.0-1726478054.1e87097
771
2.0.0-1726423192.d887e51
1
2.0.0-1726423066.d887e51
1
2.0.0-1726422817.dfaabfc
1
2.0.0-1726422682.296ca54
1
2.0.0-1726421087.439026
1
2.0.0-1726421046.439026
1
2.0.0-1726246015.cd4fb3f
1
2.0.0-1726079164.cd4fb3f
1
2.0.0-1725898392.f1c0bb8
1
2.0.0-1725621861.f1c0bb8
1
2.0.0-1725459230.941309d
1
2.0.0-1725459186.f0d675f
1
2.0.0-1724863496.70db6f1
13,591
2.0.0-1721914978.1a79944
2
2.0.0-1721914383.5cd74c8
1
2.0.0-1721914253.aaf6e4e
1
2.0.0-1721912991.e5777c2
1
2.0.0-1721912706.b876713
1
2.0.0-1721911710.4d718c2
1
1.9.1-1721910049.65fbb06
0
1.9.1-1721905506.65fbb06
0
2.0.0-1721152011.1dd0ffe
1
2.0.0-1721151943.44cb865
1
2.0.0-1721151637.99ce787
1
2.0.0-1721151630.99ce787
1
2.0.0-1718955510.99ce787
1
2.0.0-1718955492.26abb0e
1
2.0.0-1718953891.df26220
1
2.0.0-1718747635.df26220
1
2.0.0-1718746671.a8fd36a
1
2.0.0-1718719733.5ca3ed3
1
2.0.0-1718719700.3ab6840
1
2.0.0-1718715346.c82ed3e
1
2.0.0-1718714426.4daa255
1
2.0.0-1718714042.63df59d
1
2.0.0-1718711639.fb1fbf1
1
1.10.0-1718697952.4227c5a
1
1.10.0-1718697222.fa8d35b
1
1.10.0-1718695355.7af445d
1
1.10.0-1718203560.f994fdf
1
1.10.0-1718201619.708b0b9
1
1.10.0-1717606461.a117952
60,550
1.10.0-1717598373.ee51425
1
1.10.0-1717597901.c2c03ae
2
1.10.0-1717570167.1349fa9
1
1.10.0-1717570131.442e3b4
1
1.10.0-1717570085.26124fb
1
1.10.0-1717522572.87b9352
1
1.10.0-1717495514.cea841e
1
1.10.0-1717495452.e9d612b
1
1.10.0-1717196929.1cf935a
1
1.9.1-1717191795.bd5ba19
1
1.10.0-1717187105.3931166
1
1.10.0-1717182664.7ab25f7
1
1.10.0-1717182318.e448402
1
1.10.0-1717181891.8b99596
1
1.10.0-1717181843.cfe485c
1
1.9.1-1717180234.1d3dbfe
0
1.10.0-1717180055.a668e6d
1
1.10.0-1717178741.b213a46
2
1.10.0-1717177661.9346f88
1
1.10.0-1717176919.049a1c8
1
1.9.1-1717174909.da049c5
0
1.9.1-1717174037.3c786b9
0
1.10.0-1717169155.21d0699
1
1.10.0-1717168090.dd84d46
1
1.10.0-1717149853.bf7033d
1
1.10.0-1717149747.6bbd296
1
1.10.0-1717148950.920623e
1
1.9.1-1717146825.a72ee05
0
1.10.0-1717087121.f348413
0
1.10.0-1717086333.778cdb8
0
1.10.0-1717057665.118a0c7
0
1.9.1-1716990808.668544d
0
1.9.1-1716990644.efed858
0
1.9.1-1716990508.9408022
0
1.9.1-1716990066.b21bef1
0
1.9.1-1716990001.6dc67ee
0
1.9.1-1716985072.70cff12
0
1.10.0-1716983884.3f03f35
0
1.10.0-1716983637.2712276
0
1.9.1-1716980128.bd69b52
0
1.10.0-1716978080.712f04e
0
1.10.0-1716969843.9e2537c
0
1.10.0-1716941485.0367f65
0
1.10.0-1716940775.0367f65
0
1.10.0-1716933892.68db810
0
1.10.0-1716933795.db8a941
0
1.10.0-1716933721.de1998a
0
1.10.0-1716933424.63ebc70
0
1.9.1-1716801958.7462a5c
0
1.10.0-1716801392.c87dbcb
0
1.10.0-1716800401.90484e1
0
1.10.0-1716799930.af6fb69
0
1.10.0-1716484874.dc99bf8
0
1.10.0-1716462041.16a8951
0
1.9.1-1716411425.3676bf1
0
1.9.1-1716362223.ef22161
0
1.10.0-1716334681.5c7590f
0
1.9.1-1716331458.dbc78d4
0
0.0.01

Package Sidebar

Install

npm i unenv-nightly

Weekly Downloads

324,739

Version

2.0.0-20250401-121608-fbf145d

License

MIT

Unpacked Size

533 kB

Total Files

322

Last publish

Collaborators

  • pi0