build-modules
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -39,3 +39,3 @@ var fs = require('fs') | ||
var unminifiedStream = fs.createWriteStream(buildDirectory+'/'+name+'.umd.js') | ||
browserify().add(modulePath).bundle(bundleOps).pipe(unminifiedStream) | ||
browserify(bundleOps).add(modulePath).bundle().pipe(unminifiedStream) | ||
@@ -42,0 +42,0 @@ unminifiedStream.on('close', function() { |
{ | ||
"name": "build-modules", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"main": "buildModules.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -51,2 +51,3 @@ `build-modules` | ||
* 1.0.12 - Updating to fix breaking change in browserify. Also shrinkwrapping so this never happens again. | ||
* 1.0.10 - upgrading modules so no dependencies have post-install scripts (which npm chokes on very often) | ||
@@ -53,0 +54,0 @@ * 1.0.9 |
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
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
57407
15
1305
62
1
1