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 Compare versions

Comparing version

to
2.0.0-rc.1

12

package.json
{
"name": "unenv",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "",

@@ -34,3 +34,3 @@ "repository": "unjs/unenv",

"prepack": "unbuild",
"release": "pnpm test && changelogen --release && pnpm publish && git push --follow-tags",
"release": "pnpm test && changelogen --release --push --publish --prerelease --publishTag rc",
"test": "pnpm lint && pnpm vitest --run && pnpm test:types && pnpm test:node",

@@ -52,3 +52,3 @@ "test:node": "node --test --import jiti/register ./test/node/test-*",

"@parcel/watcher": "^2.5.0",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"automd": "^0.3.12",

@@ -64,7 +64,7 @@ "changelogen": "^0.5.7",

"unbuild": "^3.3.1",
"vitest": "^3.0.1",
"workerd": "^1.20250109.0",
"wrangler": "^3.103.1"
"vitest": "^3.0.4",
"workerd": "^1.20250124.3",
"wrangler": "^3.105.1"
},
"packageManager": "pnpm@9.15.4"
}

@@ -90,4 +90,4 @@ # unenv

- ✅ [node:assert](https://nodejs.org/api/assert.html)
- ✅ [node:assert/strict](https://nodejs.org/api/assert.html)
- 🚧 [node:assert](https://nodejs.org/api/assert.html) <!-- missing partialDeepStrictEqual exports -->
- 🚧 [node:assert/strict](https://nodejs.org/api/assert.html) <!-- missing partialDeepStrictEqual exports -->
- ✅ [node:async_hooks](https://nodejs.org/api/async_hooks.html)

@@ -113,3 +113,3 @@ - ✅ [node:buffer](https://nodejs.org/api/buffer.html)

- 🚧 [node:inspector/promises](https://nodejs.org/api/inspector.html)
- ✅ [node:module](https://nodejs.org/api/module.html)
- 🚧 [node:module](https://nodejs.org/api/module.html) <!-- missing stripTypeScriptTypes exports -->
- ✅ [node:net](https://nodejs.org/api/net.html)

@@ -132,3 +132,3 @@ - ✅ [node:os](https://nodejs.org/api/os.html)

- ✅ [node:string_decoder](https://nodejs.org/api/string_decoder.html)
- ✅ [node:sys](https://nodejs.org/api/sys.html)
- 🚧 [node:sys](https://nodejs.org/api/sys.html) <!-- missing getCallSites, getSystemErrorMessage exports -->
- ✅ [node:timers](https://nodejs.org/api/timers.html)

@@ -140,3 +140,3 @@ - ✅ [node:timers/promises](https://nodejs.org/api/timers.html)

- ✅ [node:url](https://nodejs.org/api/url.html)
- ✅ [node:util](https://nodejs.org/api/util.html)
- 🚧 [node:util](https://nodejs.org/api/util.html) <!-- missing getCallSites, getSystemErrorMessage exports -->
- ✅ [node:util/types](https://nodejs.org/api/util.html)

@@ -143,0 +143,0 @@ - ✅ [node:v8](https://nodejs.org/api/v8.html)

@@ -28,3 +28,3 @@ import type nodeModule from "node:module";

constants: any;
createRequire: (filename: string) => ((...args: any) => any) & {
createRequire: (_filename: string | URL) => ((...args: any) => any) & {
resolve: ((...args: any) => any) & {

@@ -31,0 +31,0 @@ paths: (...args: any) => any;

@@ -8,3 +8,3 @@ import type nodeModule from "node:module";

};
export declare const createRequire: (filename: string) => ((...args: any) => any) & {
export declare const createRequire: (_filename: string | URL) => ((...args: any) => any) & {
resolve: ((...args: any) => any) & {

@@ -82,3 +82,3 @@ paths: (...args: any) => any;

constants: any;
createRequire: (filename: string) => ((...args: any) => any) & {
createRequire: (_filename: string | URL) => ((...args: any) => any) & {
resolve: ((...args: any) => any) & {

@@ -85,0 +85,0 @@ paths: (...args: any) => any;

import type tty from "node:tty";
import { Socket } from "../../net";
import { Socket } from "node:net";
export declare class ReadStream extends Socket implements tty.ReadStream {

@@ -4,0 +4,0 @@ fd: number;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet