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.14 to 0.5.15

2

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

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

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

function isEmpty(value: unknown): boolean;
function asFunction<U = unknown, V = unknown>(value: unknown, sync?: boolean): Null<FunctionType<Promise<U> | U, V>>;
function asFunction<U = unknown, V = unknown>(value: unknown, sync?: boolean): Null<FunctionType<U, V>>;
function parseTime(value: NumString, start?: number): number;

@@ -257,0 +257,0 @@ function parseExpires(value: NumString, start?: number): number;

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

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

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