Socket
Socket
Sign inDemoInstall

broccoli-dependency-funnel

Package Overview
Dependencies
39
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

dist/utils/copy-file.js

@@ -43,2 +43,8 @@ 'use strict';

} catch (e) {
// TODO: change mr-dep-walk API to expose found vs missing (aka external) deps
// if sourcePath does not exist, do nothing
if (!(0, _existsSync2['default'])(sourcePath)) {
return;
}
// If it failed, make sure the directory exists

@@ -45,0 +51,0 @@ if (!(0, _existsSync2['default'])(destDir)) {

4

package.json
{
"name": "broccoli-dependency-funnel",
"version": "1.0.1",
"version": "1.0.2",
"description": "Funnels a set of files included (or excluded) from a JS dependency graph",

@@ -62,3 +62,3 @@ "main": "dist/index.js",

"mkdirp": "^0.5.1",
"mr-dep-walk": "^1.0.1",
"mr-dep-walk": "^1.1.1",
"path-posix": "^1.0.0",

@@ -65,0 +65,0 @@ "rimraf": "^2.5.4",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc