Socket
Socket
Sign inDemoInstall

@xhmikosr/decompress-tarbz2

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xhmikosr/decompress-tarbz2 - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

2

index.js
import {Buffer} from 'node:buffer';
import decompressTar from '@xhmikosr/decompress-tar';
import {fileTypeFromBuffer} from 'file-type';
import {isStream} from 'is-stream';
import isStream from 'is-stream';
import seekBzip from 'seek-bzip';

@@ -6,0 +6,0 @@ import unbzip2Stream from 'unbzip2-stream';

{
"name": "@xhmikosr/decompress-tarbz2",
"version": "8.0.0",
"version": "8.0.1",
"description": "decompress tar.bz2 plugin",

@@ -46,5 +46,5 @@ "license": "MIT",

"dependencies": {
"@xhmikosr/decompress-tar": "^8.0.0",
"@xhmikosr/decompress-tar": "^8.0.1",
"file-type": "^19.0.0",
"is-stream": "^4.0.1",
"is-stream": "^2.0.1",
"seek-bzip": "^2.0.0",

@@ -51,0 +51,0 @@ "unbzip2-stream": "^1.4.3"

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