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.9 to 0.3.10

4

lib/index.d.ts

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

readonly assets: ExpressAsset[];
readonly postFinalize: FunctionType<Promise<unknown[]>>;
readonly postFinalize: FunctionType<void>;
readonly requestMain?: ExpressAsset;

@@ -216,3 +216,3 @@ install(name: string, ...args: any[]): void;

moduleImage(): IImage;
new(dirname: string, assets: ExpressAsset[], postFinalize: FunctionType<Promise<unknown[]>>, productionRelease?: boolean): IFileManager;
new(dirname: string, assets: ExpressAsset[], postFinalize: FunctionType<void>, productionRelease?: boolean): IFileManager;
}

@@ -219,0 +219,0 @@

{
"name": "@squared-functions/types",
"version": "0.3.9",
"version": "0.3.10",
"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