addon-tools-raub
Advanced tools
Comparing version 5.3.2 to 5.3.3
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "addon-tools-raub", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "Helpers for Node.js addons and dependency packages", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -36,3 +36,3 @@ # Addon Tools | ||
Main exports for cross-platform addon configuration. | ||
See [TypeScript definitions](/index.d.ts). | ||
See [TypeScript definitions](/index.d.ts) with comments. | ||
@@ -43,3 +43,3 @@ | ||
Downloads a file into the memory, **HTTP** or **HTTPS**. | ||
See [TypeScript definitions](/downloads.d.ts). | ||
See [TypeScript definitions](/download.d.ts) with comments. | ||
@@ -50,3 +50,3 @@ | ||
Downloads a file into the memory, **HTTP** or **HTTPS**. | ||
See [TypeScript definitions](/cpbin.d.ts). | ||
See [TypeScript definitions](/cpbin.d.ts) with comments. | ||
@@ -57,3 +57,3 @@ | ||
Downloads and unzips the platform specific binary for the calling package. | ||
See [TypeScript definitions](/install.d.ts). | ||
See [TypeScript definitions](/install.d.ts) with comments. | ||
@@ -65,3 +65,3 @@ | ||
stream buffer. | ||
See [TypeScript definitions](/writable-buffer.d.ts). | ||
See [TypeScript definitions](/writable-buffer.d.ts) with comments. | ||
@@ -72,2 +72,2 @@ | ||
Async `fs` based helpers for common addon-related file operations. | ||
See [TypeScript definitions](/writable-buffer.d.ts). | ||
See [TypeScript definitions](/utils.d.ts) with comments. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47991