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

7zip-bin

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

7zip-bin - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

1

index.d.ts
declare module "7zip-bin" {
export const path7za: string
export const path7x: string
export const pathCompressStdIn: string
}

5

index.js
"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",

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