You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@factorialco/shadowdog

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@factorialco/shadowdog - npm Package Compare versions

Comparing version

to
0.2.6

2

dist/package.json
{
"name": "@factorialco/shadowdog",
"version": "0.2.5",
"version": "0.2.6",
"description": "",

@@ -5,0 +5,0 @@ "bin": {

@@ -101,4 +101,6 @@ "use strict";

const stream = await client.getObject(bucket, objectName);
const outputPath = path_1.default.join(process.cwd(), artifact.output, '..');
fs_extra_1.default.mkdirpSync(outputPath);
stream.pipe(tar.extract({
cwd: path_1.default.join(process.cwd(), artifact.output, '..'),
cwd: outputPath,
filter: (filePath) => filterFn(artifact.ignore, artifact.output, filePath),

@@ -105,0 +107,0 @@ }));

{
"name": "@factorialco/shadowdog",
"version": "0.2.5",
"version": "0.2.6",
"description": "",

@@ -5,0 +5,0 @@ "bin": {