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

tar-async

Package Overview
Dependencies
Maintainers
2
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.1.2 to 1.1.3

2

package.json

@@ -6,3 +6,3 @@ {

"keywords": ["tar", "untar", "asynchronous", "stream", "async", "chunk", "chunked"],
"version": "1.1.2",
"version": "1.1.3",
"repository": {

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

@@ -137,3 +137,3 @@ /*jshint strict:true node:true es5:true onevar:true laxcomma:true laxbreak:true*/

gid = opts.gid || 0;
size = opts.size || input.length;
size = opts.size || input.length || 0;

@@ -140,0 +140,0 @@ data = {

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