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
1.5.2

24

package.json
{
"name": "unenv",
"version": "1.5.1",
"version": "1.5.2",
"description": "",

@@ -28,19 +28,19 @@ "repository": "unjs/unenv",

"dependencies": {
"consola": "^3.1.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"mime": "^3.0.0",
"node-fetch-native": "^1.1.1",
"pathe": "^1.1.0"
"node-fetch-native": "^1.2.0",
"pathe": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20.2.3",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.2.0",
"jiti": "^1.18.2",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"@types/node": "^20.4.0",
"changelogen": "^0.5.4",
"eslint": "^8.44.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.19.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1"
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.6",
"scripts": {

@@ -47,0 +47,0 @@ "build": "unbuild",

@@ -6,2 +6,5 @@ import type { HeadersObject } from "./types";

export declare function notImplemented(name: string): () => any;
export declare function notImplementedClass(name: string): {
new (): {};
};
export {};

@@ -1,6 +0,12 @@

export * from "./socket";
import type net from "node:net";
export { Socket, SocketAddress } from "./socket";
export declare const createServer: any;
export declare const Server: any;
export declare const BlockList: any;
export declare const connect: any;
export declare const createConnection: any;
declare const _default: any;
export default _default;
export declare const isIPv4: typeof net.isIPv4;
export declare const isIPv6: typeof net.isIPv6;
export declare const isIP: typeof net.isIP;
export declare const exports: typeof net;
export default exports;

@@ -33,1 +33,8 @@ /// <reference types="node" />

}
export declare class SocketAddress implements net.SocketAddress {
address: string;
family: "ipv4" | "ipv6";
port: number;
flowlabel: number;
constructor(options: net.SocketAddress);
}

@@ -5,3 +5,2 @@ export declare const URL: any;

prototype: URLSearchParams;
toString(): string;
};

@@ -8,0 +7,0 @@ export declare const parse: any;

@@ -7,2 +7,3 @@ import type util from "node:util";

export { promisify } from "./_promisify";
export { default as types } from "./types";
export declare const TextDecoder: typeof util.TextDecoder;

@@ -9,0 +10,0 @@ export declare const TextEncoder: typeof util.TextEncoder;

@@ -1,3 +0,3 @@

export declare function createConsola(options?: any): import("consola/dist/consola-3fef035a").a;
export declare const consola: import("consola/dist/consola-3fef035a").a;
export declare function createConsola(options?: any): import("consola/dist/core").ConsolaInstance;
export declare const consola: import("consola/dist/core").ConsolaInstance;
export default consola;

@@ -10,3 +10,2 @@ export declare const URL: {

prototype: URLSearchParams;
toString(): string;
};

@@ -13,0 +12,0 @@ export declare const parseURL: () => any;

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