Socket
Socket
Sign inDemoInstall

@squared-functions/types

Package Overview
Dependencies
1
Maintainers
1
Versions
361
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.7 to 0.9.8

23

lib/index.d.ts

@@ -141,10 +141,9 @@ /// <reference path="type.d.ts" />

SYSTEM = 1,
CHROME = 2,
COMPRESS = 4,
IMAGE = 8,
NODE = 16,
WATCH = 32,
CLOUD_STORAGE = 64,
CLOUD_DATABASE = 128,
TIME_ELAPSED = 256
NODE = 2,
PROCESS = 4,
COMPRESS = 8,
WATCH = 16,
CLOUD_STORAGE = 32,
CLOUD_DATABASE = 64,
TIME_ELAPSED = 128
}

@@ -348,2 +347,3 @@

logType: typeof internal.LOG_TYPE;
tempDir: string;
readonly major: number;

@@ -354,3 +354,3 @@ readonly minor: number;

joinPosix(...paths: Undef<string>[]): string;
getTempDir(): string;
getTempDir(subDir?: boolean, filename?: string): string;
formatMessage(type: internal.LOG_TYPE, title: string, value: string | [string, string], message?: unknown, options?: internal.LogMessageOptions): void;

@@ -414,6 +414,5 @@ formatFail(type: internal.LOG_TYPE, title: string, value: string | [string, string], message?: unknown): void;

system?: boolean;
chrome?: boolean;
node?: boolean;
process?: boolean;
compress?: boolean;
image?: boolean;
node?: boolean;
watch?: boolean;

@@ -420,0 +419,0 @@ cloud_storage?: boolean;

{
"name": "@squared-functions/types",
"version": "0.9.7",
"version": "0.9.8",
"description": "Type definitions for squared-functions",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc