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 7.0.0 to 8.0.0

26

package.json
{
"name": "@xhmikosr/decompress-tarbz2",
"version": "7.0.0",
"version": "8.0.0",
"description": "decompress tar.bz2 plugin",
"license": "MIT",
"repository": "XhmikosR/decompress-tarbz2",
"repository": {
"type": "git",
"url": "git+https://github.com/XhmikosR/decompress-tarbz2.git"
},
"publishConfig": {

@@ -16,3 +19,3 @@ "access": "public"

"engines": {
"node": "^14.14.0 || >=16.0.0"
"node": ">=18"
},

@@ -44,13 +47,18 @@ "scripts": {

"dependencies": {
"@xhmikosr/decompress-tar": "^7.0.0",
"file-type": "^18.5.0",
"is-stream": "^3.0.0",
"seek-bzip": "^1.0.6",
"@xhmikosr/decompress-tar": "^8.0.0",
"file-type": "^19.0.0",
"is-stream": "^4.0.1",
"seek-bzip": "^2.0.0",
"unbzip2-stream": "^1.4.3"
},
"devDependencies": {
"ava": "^4.3.3",
"ava": "^6.1.2",
"is-jpg": "^3.0.0",
"xo": "^0.54.2"
"xo": "^0.58.0"
},
"xo": {
"rules": {
"unicorn/prevent-abbreviations": "off"
}
}
}
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