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

unenv-nightly

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unenv-nightly - npm Package Compare versions

Comparing version 1.9.1-1716990066.b21bef1 to 1.9.1-1716990508.9408022

2

package.json
{
"name": "unenv-nightly",
"version": "1.9.1-1716990066.b21bef1",
"version": "1.9.1-1716990508.9408022",
"description": "",

@@ -5,0 +5,0 @@ "repository": "unjs/unenv",

@@ -136,3 +136,3 @@ # unenv

- [node:buffer](https://nodejs.org/api/buffer.html) - ✅ polyfilled all exports
- [node:child_process](https://nodejs.org/api/child_process.html) - 🚧 mocked using proxy
- [node:child_process](https://nodejs.org/api/child_process.html) - ✅ polyfilled all exports
- [node:cluster](https://nodejs.org/api/cluster.html) - ✅ polyfilled all exports

@@ -143,5 +143,5 @@ - [node:console](https://nodejs.org/api/console.html) - ✅ polyfilled 23/25 exports

- [node:dgram](https://nodejs.org/api/dgram.html) - ✅ polyfilled all exports
- [node:diagnostics_channel](https://nodejs.org/api/diagnostics_channel.html) - 🚧 mocked using proxy
- [node:dns](https://nodejs.org/api/dns.html) - 🚧 mocked using proxy
- [node:dns/promises](https://nodejs.org/api/dns.html) - 🚧 mocked using proxy
- [node:diagnostics_channel](https://nodejs.org/api/diagnostics_channel.html) - ✅ polyfilled all exports
- [node:dns](https://nodejs.org/api/dns.html) - ✅ polyfilled all exports
- [node:dns/promises](https://nodejs.org/api/dns.html) - ✅ polyfilled all exports
- [node:domain](https://nodejs.org/api/domain.html) - ✅ polyfilled all exports

@@ -148,0 +148,0 @@ - [node:events](https://nodejs.org/api/events.html) - ✅ polyfilled 2/15 exports

/// <reference types="node" />
import type child_process from "node:child_process";
export declare const ChildProcess: typeof child_process.ChildProcess;
export declare const _forkChild: any;
export declare const _forkChild: (...args: any) => any;
export declare const exec: typeof child_process.exec;

@@ -6,0 +6,0 @@ export declare const execFile: typeof child_process.execFile;

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc