New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unenv

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unenv - npm Package Versions

1
46
8

1.0.1

Diff
pi0
published 1.0.1 •

Changelog

Source

1.0.1 (2023-01-03)

Bug Fixes

  • add missing latest node exports (dd046a8)
  • add missing polyfill and types (97e7c6f)
  • export named fetch from node-fetch polyfill (#63) (605e649)
pi0
published 1.0.0 •

Changelog

Source

1.0.0 (2022-11-15)

pi0
published 0.6.2 •

Changelog

Source

0.6.2 (2022-08-30)

Bug Fixes

pi0
published 0.6.1 •

Changelog

Source

0.6.1 (2022-08-24)

Bug Fixes

  • callHandle: narrrow body type to BodyInit (7030004)
pi0
published 0.6.0 •

Changelog

Source

0.6.0 (2022-08-24)

⚠ BREAKING CHANGES

  • createCall: return res._data as is

Bug Fixes

  • createCall: return res._data as is (8f1235f), closes #43
pi0
published 0.5.4 •

Changelog

Source

0.5.4 (2022-08-12)

Bug Fixes

  • remove native node:fs import (524bc21)
pi0
published 0.5.3 •

Changelog

Source

0.5.3 (2022-08-08)

Bug Fixes

  • allow mocking subpaths of cjs-proxy (#46) (70efe37)
  • order aliases from specific to general (#45) (9c11eaa)
pi0
published 0.5.2 •

Changelog

Source

0.5.2 (2022-05-11)

Features

  • use node-fetch-native for polyfill (7944681)
pi0
published 0.5.1 •

Changelog

Source

0.5.1 (2022-05-05)

Features

Bug Fixes

  • add default export for process polyfill (45d859f)
  • fix process polyfill (05aa34f)
  • import node-fetch polyfill from src (0e9afae)
  • update http and add missing exports (16338d4)
  • use named export for events (f4bf593)
  • use proxy for http class mocks (b8a44b4)
pi0
published 0.5.0 •

Changelog

Source

0.5.0 (2022-05-05)

⚠ BREAKING CHANGES

  • replace node polyfills (#30)
  • replace node-fetch and cross-fetch with platform natives (resolves #29)

Features

  • nodeless: support node: protocol aliases (d3e42f7)
  • node: polyfill FormData, Blob and AbortController (c0b83a7), closes #23
  • opt-in support of whatwg-url mock (#15) (a38cf29)
  • replace node-fetch and cross-fetch with platform natives (resolves #29) (276d44d)
  • replace node polyfills (#30) (0a99ce2)

Bug Fixes

  • add fs/promises to NodeBuiltinModules (resolves #34) (35f31a4)
  • add missing stream exports (resolves #11) (a51e893)
  • add more node subpath exports to built-in modules (8ed02ad), closes #34
  • fix util.promisify implementation (674dd27)
  • mock mime/lite as well (e733440)