Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@squared-functions/types

Package Overview
Dependencies
Maintainers
1
Versions
368
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.13.0 to 0.13.1

3

lib/index.d.ts

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

moduleName: string;
assets: ExternalAsset[];
templateMap?: StandardMap;

@@ -130,3 +131,3 @@ init(assets: ExternalAsset[], body: RequestBody): void;

using(this: IFileManager, instance: IDocument, file: ExternalAsset): Promise<void>;
finalize(this: IFileManager, instance: IDocument, assets: ExternalAsset[]): Promise<void>;
finalize(this: IFileManager, instance: IDocument): Promise<void>;
createSourceMap(code: string, file?: ExternalAsset): SourceMapInput;

@@ -133,0 +134,0 @@ writeSourceMap(localUri: string, sourceMap: SourceMapOutput, options?: SourceMapOptions): Undef<string>;

{
"name": "@squared-functions/types",
"version": "0.13.0",
"version": "0.13.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