@architect/hydrate
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@architect/hydrate", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ let glob = require('glob') | ||
series(files.map(file=> { | ||
let ops = files.map(file=> { | ||
let cwd = path.dirname(file) | ||
@@ -62,4 +62,8 @@ let options = {cwd} | ||
} | ||
}).concat([shared]), | ||
function done(err) { | ||
}) | ||
// If installing to everything, run shared operations | ||
if (basepath === 'src') ops.push(shared) | ||
series(ops, function done(err) { | ||
if (err) callback(err) | ||
@@ -66,0 +70,0 @@ else callback() |
@@ -23,3 +23,3 @@ let glob = require('glob') | ||
series(files.map(file=> { | ||
let ops = files.map(file=> { | ||
let cwd = path.dirname(file) | ||
@@ -53,4 +53,8 @@ let options = {cwd} | ||
} | ||
}).concat([shared]), | ||
function done(err) { | ||
}) | ||
// If installing to everything, run shared operations | ||
if (basepath === 'src') ops.push(shared) | ||
series(ops, function done(err) { | ||
if (err) callback(err) | ||
@@ -57,0 +61,0 @@ else callback() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
31303
434
2