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

@e-mc/types

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e-mc/types - npm Package Compare versions

Comparing version 0.5.15 to 0.5.16

3

constant.d.ts
export const enum INTERNAL {
VERSION = '0.5.15',
VERSION = '0.5.16',
TEMP_DIR = 'tmp',

@@ -235,3 +235,2 @@ CJS = '__cjs__'

NODE_REQUIRE_INLINE = "node.require.inline",
NODE_PACKAGE_MANAGER = "node.settings.package_manager",
TEMP_DIR = "temp.dir",

@@ -238,0 +237,0 @@ TEMP_WRITE = "temp.write",

@@ -76,2 +76,7 @@ import type { LookupAddress } from 'dns';

export interface AuthValue {
username?: string;
password?: string;
}
export interface HttpAgentSettings {

@@ -78,0 +83,0 @@ http?: HttpAgent;

@@ -62,3 +62,4 @@ import type { BinaryAction } from './asset';

format?: BufferFormat | { out?: BufferFormat; parser?: PlainObject };
headers?: OutgoingHttpHeaders;
headers?: OutgoingHttpHeaders | Headers;
signal?: AbortSignal;
timeout?: number;

@@ -92,3 +93,4 @@ pipeTo?: string | Writable;

pathname?: string;
headers?: OutgoingHttpHeaders;
headers?: OutgoingHttpHeaders | Headers;
signal?: AbortSignal;
}

@@ -95,0 +97,0 @@

@@ -36,3 +36,3 @@ import type { PermissionAction, PermissionReadWrite, PermittedDirectories } from './core';

export interface NodeModule<T = NodeSettings> extends HandlerSettings<T> {
export interface NodeModule<T = PlainObject> extends HandlerSettings<T> {
process?: {

@@ -50,6 +50,2 @@ cpu_usage?: boolean;

export interface NodeSettings extends PlainObject {
package_manager?: "npm" | "yarn" | "pnpm";
}
export interface ProcessModule<T = PlainObject> extends HandlerSettings<T> {

@@ -56,0 +52,0 @@ env?: ProcessEnvConfig;

{
"name": "@e-mc/types",
"version": "0.5.15",
"version": "0.5.16",
"description": "Type definitions for E-mc.",

@@ -5,0 +5,0 @@ "main": "index.js",

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