Comparing version 1.0.0 to 1.0.1
(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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10925
0
431