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.2.0 to 0.2.1

9

lib/index.d.ts

@@ -14,6 +14,6 @@ /// <reference path="file.d.ts" />

interface INode extends IModule {
enableReadDisk(): void;
enableWriteDisk(): void;
enableReadUNC(): void;
enableWriteUNC(): void;
enableDiskRead(): void;
enableDiskWrite(): void;
enableUNCRead(): void;
enableUNCWrite(): void;
canReadDisk(): boolean;

@@ -194,2 +194,3 @@ canWriteDisk(): boolean;

originalName?: string;
toBase64?: string;
}

@@ -196,0 +197,0 @@

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