Comparing version 2.3.2 to 2.3.3
declare module "7zip-bin" { | ||
export const path7za: string | ||
export const path7x: string | ||
export const pathCompressStdIn: string | ||
} |
"use strict" | ||
const path = require("path") | ||
const nameMap = { | ||
@@ -14,2 +16,3 @@ "darwin": "mac", | ||
exports.path7za = process.env.USE_SYSTEM_7ZA === "true" ? "7za" : require(`7zip-bin-${suffix}`).path7za | ||
exports.path7x = require("path").join(__dirname, "7x.sh") | ||
exports.path7x = path.join(__dirname, "7x.sh") | ||
exports.pathCompressStdIn = path.join(__dirname, "compress.sh") |
{ | ||
"name": "7zip-bin", | ||
"description": "7-Zip precompiled binaries", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "*.js", |
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
2494
17