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

@ndelangen/get-tarball

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

@ndelangen/get-tarball - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7--canary.49a7f05.0

46

CHANGELOG.md

@@ -1,47 +0,1 @@

# v3.0.6 (Thu Mar 02 2023)
#### 🐛 Bug Fix
- fix: make got a dependency and auto a devDependency [#2](https://github.com/ndelangen/download-tarball/pull/2) ([@freakzlike](https://github.com/freakzlike))
- modernize the codebase [#1](https://github.com/ndelangen/download-tarball/pull/1) ([@ndelangen](https://github.com/ndelangen))
#### ⚠️ Pushed to `master`
- ignore ts error ([@ndelangen](https://github.com/ndelangen))
- upgrade workflow ([@ndelangen](https://github.com/ndelangen))
- rename because of npm restriction ([@ndelangen](https://github.com/ndelangen))
- add pnpm setup to workflow ([@ndelangen](https://github.com/ndelangen))
- add more pnpm ignore files ([@ndelangen](https://github.com/ndelangen))
- make public ([@ndelangen](https://github.com/ndelangen))
- fix package name ([@ndelangen](https://github.com/ndelangen))
- add config ([@ndelangen](https://github.com/ndelangen))
- add auto ([@ndelangen](https://github.com/ndelangen))
- 2.0.0 ([@kesla](https://github.com/kesla))
- Allow `got` to select the correct `Agent` for the given request ([@tekerson](https://github.com/tekerson))
- 1.1.0 ([@kesla](https://github.com/kesla))
- Passthrough `extractOpts` to tar-fs ([@Qard](https://github.com/Qard))
- chore(package): update tmp to version 0.0.29 ([@greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- 1.0.3 ([@kesla](https://github.com/kesla))
- don't use bluebird ([@kesla](https://github.com/kesla))
- 1.0.2 ([@kesla](https://github.com/kesla))
- use xo for lint ([@kesla](https://github.com/kesla))
- use keep-alive ([@kesla](https://github.com/kesla))
- 1.0.1 ([@kesla](https://github.com/kesla))
- use pump rather than end-of-stream ([@kesla](https://github.com/kesla))
- should return promise ([@kesla](https://github.com/kesla))
- 1.0.0 ([@kesla](https://github.com/kesla))
- initial commit ([@kesla](https://github.com/kesla))
- add travis ([@kesla](https://github.com/kesla))
#### Authors: 6
- [@freakzlike](https://github.com/freakzlike)
- Brenton Alker ([@tekerson](https://github.com/tekerson))
- David Björklund ([@kesla](https://github.com/kesla))
- Greenkeeper ([@greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Norbert de Langen ([@ndelangen](https://github.com/ndelangen))
- Stephen Belanger ([@Qard](https://github.com/Qard))
---
# v3.0.3 (Wed Feb 22 2023)

@@ -48,0 +2,0 @@

4

package.json
{
"name": "@ndelangen/get-tarball",
"version": "3.0.6",
"version": "3.0.7--canary.49a7f05.0",
"description": "Download a tarball (optionally gzipped) to a folder & extract it in the process. Uses the wonderful & super quick tar-fs & gunzip-maybe srcraries.",

@@ -40,6 +40,6 @@ "main": "dist/index.js",

"tsup": "^6.6.3",
"got": "^12.5.3",
"typescript": "^4.9.5"
},
"dependencies": {
"got": "^12.5.3",
"gunzip-maybe": "^1.4.2",

@@ -46,0 +46,0 @@ "pump": "^3.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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