New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tar-async

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-async - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js
(function () {
'use strict';
module.exports = {
Tar: require('./tar'),
Untar: require('./untar')
};
module.exports = require('./tar');
module.exports.Tar = require('./tar');
module.exports.Untar = require('./untar');
}());

@@ -5,4 +5,4 @@ {

"description": "Asynchronous tar and untar",
"keywords": ["tar", "asynchronous", "stream", "async"],
"version": "1.0.0",
"keywords": ["tar", "untar", "asynchronous", "stream", "async", "chunk", "chunked"],
"version": "1.0.1",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

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