Comparing version 0.1.3 to 0.1.4
@@ -6,3 +6,3 @@ | ||
, Parser = require('tar').Parse | ||
, each = require('foreach/series/promise') | ||
, each = require('foreach/series') | ||
, write = require('writefile') | ||
@@ -9,0 +9,0 @@ , promisify = require('promisify') |
{ | ||
"name": "untar", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "a simple tar file unpacker", | ||
"keywords": [ | ||
"tar" | ||
"tar", | ||
"unpack", | ||
"tarball", | ||
"untar" | ||
], | ||
@@ -14,8 +17,8 @@ "author": "Jake Rosoman<jkroso@gmail.com>", | ||
"dependencies": { | ||
"foreach": "https://github.com/jkroso/forEach/archive/0.5.0.tar.gz", | ||
"laissez-faire": "~0.12.1", | ||
"path": "https://github.com/jkroso/path/archive/1.1.0.tar.gz", | ||
"foreach": "https://github.com/jkroso/forEach/tarball/0.6.0", | ||
"laissez-faire": "~0.12.4", | ||
"path": "http://github.com/jkroso/path/tarball/1.1.0", | ||
"writefile": "~0.1.1", | ||
"mkdirp": "~0.3.5", | ||
"promisify": "https://github.com/jkroso/promisify/archive/0.2.0.tar.gz", | ||
"promisify": "https://github.com/jkroso/promisify/tarball/0.2.3", | ||
"when-all": "~0.2.2", | ||
@@ -22,0 +25,0 @@ "tar": "~0.1.17" |
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 3 instances in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 3 instances in 1 package
3888