# @deno/shim-deno

> Deno namespace shim for Node.js

Latest version **0.19.2** (published 2024-06-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @deno/shim-deno
pnpm add @deno/shim-deno
yarn add @deno/shim-deno
bun add @deno/shim-deno
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.19.2 |
| Published | 2024-06-06 |
| First published | 2021-12-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 524.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 160 |
| Author | Thomas Rory Gummerson |
| Maintainers | denobot, divy-work, kt3k, ry, dsherret |
| Keywords | deno namespace, deno, polyfill, ponyfill, shim |

## Links

- npm: https://www.npmjs.com/package/@deno/shim-deno
- Repository: https://github.com/denoland/node_deno_shims
- Homepage: https://github.com/denoland/node_deno_shims#readme
- Issues: https://github.com/denoland/node_deno_shims/issues
- npm.io page: https://npm.io/package/@deno/shim-deno

## Dependencies (2)

- [which](https://npm.io/package/which.md) ^4.0.0
- [@deno/shim-deno-test](https://npm.io/package/@deno/shim-deno-test.md) ^0.5.0

## Recent versions

- 0.19.2 (latest) — 2024-06-06
- 0.19.1 — 2024-02-11
- 0.19.0 — 2024-02-04
- 0.18.2 — 2024-02-03
- 0.18.1 — 2024-01-29
- 0.18.0 — 2024-01-28
- 0.17.0 — 2023-11-13
- 0.16.1 — 2023-05-18
- 0.16.0 — 2023-05-11
- 0.15.2 — 2023-05-11
- 0.15.1 — 2023-05-11
- 0.15.0 — 2023-05-09
- 0.14.0 — 2023-04-07
- 0.13.0 — 2023-02-02
- 0.12.0 — 2023-01-09
- … 16 more at https://npm.io/package/@deno/shim-deno/versions

## README

# @deno/shim-deno

[`Deno` namespace](https://doc.deno.land/builtin/stable) shim for Node.js.

See
[PROGRESS.md](https://github.com/denoland/node_deno_shims/blob/main/packages/shim-deno/PROGRESS.md)

## Acknowledgements

Special thanks to the [@fromdeno](https://github.com/fromdeno) organization for
starting this project and for their contributions—specifically
[@wojpawlik](https://github.com/wojpawlik),
[@MKRhere](https://github.com/MKRhere), and
[@trgwii](https://github.com/trgwii).

## Contributing

### Updating Deno

1. Update local version.
1. In `/.github/workflows/ci.yml`, increase the deno version in the setup-deno
   action
1. Update version in `./tools/denolib.ts`
1. Go into `./third_party/deno` and update the submodule:
   - `git fetch --tags`
   - `git checkout v1.x.x` -- replace with version
   - `git submodule update`
1. In this package ensure the following work and if not, fix any issues:
   - `npm run build`
   - `npm run test`

---
_Source: https://npm.io/package/@deno/shim-deno · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
