builder-support
Advanced tools
Comparing version 0.3.0 to 0.3.2
@@ -94,3 +94,3 @@ "use strict"; | ||
writeDevPackage: ["updateDevPackage", function (cb, results) { | ||
fs.writeFile(devPath, JSON.stringify(results.updateDevPackage, null, 2), cb); | ||
fs.writeFile(devPath, JSON.stringify(results.updateDevPackage, null, 2) + "\n", cb); | ||
}], | ||
@@ -97,0 +97,0 @@ |
{ | ||
"name": "builder-support", | ||
"version": "0.3.0", | ||
"version": "0.3.2", | ||
"description": "Builder support libraries", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"async": "^1.5.0", | ||
"fs-extra": "^0.26.2" | ||
"fs-extra": "^0.30.0" | ||
}, | ||
@@ -40,5 +40,5 @@ "devDependencies": { | ||
"mocha": "^2.3.4", | ||
"mock-fs": "^3.6.0", | ||
"mock-fs": "3.10.0", | ||
"sinon": "^1.17.2" | ||
} | ||
} |
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
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
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
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
15364
+ Addedfs-extra@0.30.0(transitive)
- Removedfs-extra@0.26.7(transitive)
Updatedfs-extra@^0.30.0