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.4 to 0.3.5

11

lib/index.d.ts

@@ -15,5 +15,7 @@ /// <reference path="type.d.ts" />

namespace base {
interface FileAsset {
interface LocationUri {
pathname: string;
filename: string;
}
interface FileAsset extends LocationUri {
content?: string;

@@ -26,5 +28,3 @@ uri?: string;

}
interface Exclusions {
pathname?: string[];
filename?: string[];
interface Exclusions extends Partial<LocationUri> {
extension?: string[];

@@ -56,2 +56,3 @@ pattern?: string[];

inlineContent?: string;
exclude?: boolean;
requestMain?: boolean;

@@ -251,5 +252,5 @@ bundleIndex?: number;

filepath?: string;
excluded?: boolean;
originalName?: string;
toBase64?: string;
invalid?: boolean;
}

@@ -256,0 +257,0 @@

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

@@ -21,3 +21,4 @@ "types": "lib/index.d.ts",

"url": "https://github.com/anpham6/squared-functions/issues"
}
},
"gitHead": "7f4c627fdd99830e83aef1eb2354053e2f0a9ce5"
}
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