Socket
Socket
Sign inDemoInstall

@xhmikosr/decompress

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xhmikosr/decompress - npm Package Compare versions

Comparing version 9.0.1 to 10.0.0

28

package.json
{
"name": "@xhmikosr/decompress",
"version": "9.0.1",
"version": "10.0.0",
"description": "Extracting archives made easy",
"license": "MIT",
"repository": "XhmikosR/decompress",
"repository": {
"type": "git",
"url": "git+https://github.com/XhmikosR/decompress.git"
},
"publishConfig": {

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

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

@@ -47,6 +50,6 @@ "scripts": {

"dependencies": {
"@xhmikosr/decompress-tar": "^7.0.0",
"@xhmikosr/decompress-tarbz2": "^7.0.0",
"@xhmikosr/decompress-targz": "^7.0.0",
"@xhmikosr/decompress-unzip": "^6.0.0",
"@xhmikosr/decompress-tar": "^8.0.0",
"@xhmikosr/decompress-tarbz2": "^8.0.0",
"@xhmikosr/decompress-targz": "^8.0.0",
"@xhmikosr/decompress-unzip": "^7.0.0",
"graceful-fs": "^4.2.11",

@@ -57,8 +60,13 @@ "make-dir": "^4.0.0",

"devDependencies": {
"ava": "^4.3.3",
"c8": "^8.0.0",
"ava": "^6.1.2",
"c8": "^9.1.0",
"is-jpg": "^3.0.0",
"path-exists": "^5.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