Socket
Socket
Sign inDemoInstall

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/types - npm Package Compare versions

Comparing version 0.9.10 to 0.9.11

26

lib/index.d.ts

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

isDirectoryUNC(value: string): boolean;
getResponseError(hint: string, message: Error | string): squared.ResponseData;
resolvePath(value: string, href: string): string;

@@ -267,2 +268,8 @@ }

interface ChromeConstructor extends ModuleConstructor {
new(body: RequestBody, settings?: ExtendedSettings.ChromeModule, productionRelease?: boolean): IChrome;
}
const Chrome: ChromeConstructor;
interface IWatch extends IModule {

@@ -274,8 +281,2 @@ interval: number;

interface ChromeConstructor extends ModuleConstructor {
new(body: RequestBody, settings?: ExtendedSettings.ChromeModule, productionRelease?: boolean): IChrome;
}
const Chrome: ChromeConstructor;
interface IFileManager extends IModule {

@@ -370,15 +371,2 @@ delayed: number;

interface Arguments {
accessAll?: boolean;
accessDisk?: boolean;
accessUnc?: boolean;
diskRead?: boolean;
diskWrite?: boolean;
uncRead?: boolean;
uncWrite?: boolean;
env?: string;
port?: number;
cors?: string;
}
interface Settings {

@@ -385,0 +373,0 @@ apiVersion?: string;

{
"name": "@squared-functions/types",
"version": "0.9.10",
"version": "0.9.11",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc