Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unenv-nightly

Package Overview
Dependencies
Maintainers
1
Versions
164
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.10.0-1716334681.5c7590f to 1.10.0-1716462041.16a8951

runtime/node/dns/constants.cjs

2

package.json
{
"name": "unenv-nightly",
"version": "1.10.0-1716334681.5c7590f",
"version": "1.10.0-1716462041.16a8951",
"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 {};
/// <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

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