@xhmikosr/decompress-tarbz2
Advanced tools
Comparing version 7.0.0 to 8.0.0
{ | ||
"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" | ||
} | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3801
0
+ Added@sec-ant/readable-stream@0.4.1(transitive)
+ Added@xhmikosr/decompress-tar@8.0.1(transitive)
+ Addedcommander@6.2.1(transitive)
+ Addedfile-type@19.6.0(transitive)
+ Addedget-stream@9.0.1(transitive)
+ Addedis-stream@2.0.14.0.1(transitive)
+ Addedseek-bzip@2.0.0(transitive)
+ Addedstrtok3@9.0.1(transitive)
+ Addedtoken-types@6.0.0(transitive)
+ Addeduint8array-extras@1.4.0(transitive)
- Removed@xhmikosr/decompress-tar@7.0.0(transitive)
- Removedcommander@2.20.3(transitive)
- Removedfile-type@18.7.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-stream@3.0.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedreadable-web-to-node-stream@3.0.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedseek-bzip@1.0.6(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrtok3@7.1.1(transitive)
- Removedtoken-types@5.0.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedfile-type@^19.0.0
Updatedis-stream@^4.0.1
Updatedseek-bzip@^2.0.0