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.3.0 to 0.3.1

5

lib/index.d.ts

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

removeFormat(compress: Undef<squared.base.CompressFormat[]>, format: string): void;
getSizeRange(value: string): [number, number];
parseSizeRange(value: string): [number, number];
withinSizeRange(filepath: string, value: Undef<string>): boolean;

@@ -149,2 +149,3 @@ }

replacePath(source: string, segment: string, value: string, base64?: boolean): Undef<string>;
normalizePath(value: string): string;
replaceExtension(value: string, ext: string): string;

@@ -168,3 +169,3 @@ getTrailingContent(file: ExpressAsset): Promise<string>;

moduleChrome(): IChrome;
new(dirname: string, assets: ExpressAsset[], postFinalize: (this: functions.IFileManager) => void, productionRelease?: boolean): IFileManager;
new(dirname: string, assets: ExpressAsset[], postFinalize: (this: IFileManager) => void, productionRelease?: boolean): IFileManager;
}

@@ -171,0 +172,0 @@

2

package.json
{
"name": "@squared-functions/types",
"version": "0.3.0",
"version": "0.3.1",
"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