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

untar

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untar - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

index.js

@@ -5,3 +5,3 @@

, Promise = require('laissez-faire/full')
, parse = require('tar-parse')
, Parser = require('tar').Parse
, each = require('foreach/series/promise')

@@ -73,4 +73,4 @@ , write = require('writefile')

var files = []
pkg.pipe(parse())
.on('data', function(entry){
pkg.pipe(new Parser)
.on('entry', function(entry){
var file = new Promise

@@ -89,3 +89,3 @@ files.push(file)

.on('error', function(e){ p.reject(e) })
.on('end', function(){
.on('end', function(){
all(files).then(

@@ -92,0 +92,0 @@ function(v){ p.fulfill(v) },

{
"name": "untar",
"version": "0.1.2",
"version": "0.1.3",
"description": "a simple tar file unpacker",

@@ -14,3 +14,2 @@ "keywords": [

"dependencies": {
"tar-parse": "0.0.2",
"foreach": "https://github.com/jkroso/forEach/archive/0.5.0.tar.gz",

@@ -22,7 +21,10 @@ "laissez-faire": "~0.12.1",

"promisify": "https://github.com/jkroso/promisify/archive/0.2.0.tar.gz",
"when-all": "~0.2.2"
"when-all": "~0.2.2",
"tar": "~0.1.17"
},
"devDependencies": {
"fs-equals": "~0.1.0"
"fs-equals": "~0.1.0",
"mocha": "~1.9.0",
"hyperquest": "~0.1.4"
}
}

@@ -30,4 +30,5 @@

$ npm install
$ node test
$ node test/server & make test
```
## todo

@@ -34,0 +35,0 @@

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