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.12 to 0.5.13

2

constant.d.ts
export const enum INTERNAL {
VERSION = '0.5.12',
VERSION = '0.5.13',
TEMP_DIR = 'tmp',

@@ -4,0 +4,0 @@ CJS = '__cjs__'

@@ -0,0 +0,0 @@ /// <reference path="./lib/type.d.ts" />

@@ -0,0 +0,0 @@ import type { BundleAction, FileAsset, LocationUri, MimeTypeAction } from './squared';

@@ -0,0 +0,0 @@ import type { DbDataSource, LocationUri, StorageAction } from './squared';

@@ -0,0 +0,0 @@ import type { CloudConstructor, FileManagerConstructor, ICloud, IFileManager, IHost, IImage, IModule, ImageConstructor, ModuleConstructor, WatchConstructor } from './index';

@@ -0,0 +0,0 @@ import type { CompressFormat as ICompressFormat } from './squared';

@@ -0,0 +0,0 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */

@@ -0,0 +0,0 @@ import type { DataSource, DbDataSource } from './squared';

@@ -0,0 +0,0 @@ import type { LocationUri, MimeTypeAction, StorageAction } from './squared';

@@ -0,0 +0,0 @@ interface EventListenerOptions {

@@ -0,0 +0,0 @@ import type { BundleAction, FileInfo, LogStatus } from './squared';

@@ -0,0 +0,0 @@ import type { LookupAddress } from 'dns';

@@ -684,4 +684,3 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */

asHash(data: BinaryLike, options: AsHashOptions): string;
asHash(data: BinaryLike, digest: unknown): string;
asHash(data: BinaryLike, algorithm?: NumString | AsHashOptions, digest?: unknown): string;
asHash(data: BinaryLike, algorithm?: unknown, digest?: unknown): string;
toPosix(value: unknown, normalize: boolean): string;

@@ -723,2 +722,3 @@ toPosix(value: unknown, filename?: string, normalize?: boolean): string;

checkSemVer(name: string | TupleOf<string>, min: NumString, max: NumString, options: CheckSemVerOptions): boolean;
/** @deprecated options */
checkSemVer(name: string | TupleOf<string>, min: NumString, max?: NumString, unstable?: boolean, startDir?: string): boolean;

@@ -725,0 +725,0 @@ sanitizeCmd(value: string): string;

@@ -0,0 +0,0 @@ import type { LogStatus } from './squared';

@@ -78,3 +78,3 @@ import type { BinaryToTextEncoding, HashOptions } from 'crypto';

startDir?: string;
unstable: boolean;
unstable?: boolean;
}

@@ -81,0 +81,0 @@

@@ -0,0 +0,0 @@ import type { RequestData as IRequestData } from './squared';

@@ -0,0 +0,0 @@ import type { BinaryAction } from './asset';

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

@@ -0,0 +0,0 @@ /// <reference path="type.d.ts" />

@@ -0,0 +0,0 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */

@@ -0,0 +0,0 @@ import type { DataSource, WatchResponse } from './squared';

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

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

@@ -0,0 +0,0 @@ # @e-mc/types

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