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
260
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

to
1.9.1-1716801958.7462a5c

runtime/node/child_process/index.cjs

2

package.json
{
"name": "unenv-nightly",
"version": "1.9.1-1716411425.3676bf1",
"version": "1.9.1-1716801958.7462a5c",
"description": "",

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

@@ -7,3 +7,9 @@ import type { HeadersObject } from "./types";

export declare function notImplemented<Fn extends (...args: any) => any>(name: string): Fn;
export interface Promisifiable {
(): any;
native: Promisifiable;
__promisify__: () => Promise<any>;
}
export declare function notImplementedAsync(name: string): Promisifiable;
export declare function notImplementedClass<T = unknown>(name: string): T;
export {};

@@ -12,2 +12,3 @@ /// <reference types="node" />

}>;
_eventsCount: number;
_maxListeners: undefined | number;

@@ -14,0 +15,0 @@ static get defaultMaxListeners(): number;

/// <reference types="node" />
import type fs from "node:fs";
interface Promisifiable {
(): any;
native: Promisifiable;
__promisify__: () => Promise<any>;
}
export declare const access: typeof fs.access;

@@ -58,3 +53,3 @@ export declare const appendFile: typeof fs.appendFile;

export declare const writev: typeof fs.writev;
export declare const _toUnixTimestamp: Promisifiable;
export declare const _toUnixTimestamp: import("../../_internal/utils").Promisifiable;
export declare const openAsBlob: typeof fs.openAsBlob;

@@ -100,2 +95,1 @@ export declare const appendFileSync: any;

export declare const statfsSync: any;
export {};

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