Comparing version 3.0.0 to 3.1.0
@@ -7,2 +7,5 @@ # tinyify change log | ||
## 3.1.0 | ||
* Update common-shakeify to 1.1.1, which adds the ability to set ecmaVersion (and sets default to 10) and removes side-effect-free modules that declare `sideEffects: false` in package.json from parse tree. | ||
## 3.0.0 | ||
@@ -9,0 +12,0 @@ * **breaking** Update terser. Tinyify now requires Node.js 6. |
{ | ||
"name": "tinyify", | ||
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "Renée Kooi <renee@kooi.me>", | ||
@@ -14,3 +14,3 @@ "bugs": { | ||
"bundle-collapser": "^1.3.0", | ||
"common-shakeify": "^0.6.0", | ||
"common-shakeify": "^1.1.1", | ||
"dash-ast": "^1.0.0", | ||
@@ -17,0 +17,0 @@ "minify-stream": "^2.0.1", |
@@ -92,3 +92,3 @@ # tinyify | ||
.transform('unassertify', { global: true }) | ||
.transform('envify', { global: true }) | ||
.transform('@goto-bus-stop/envify', { global: true }) | ||
.transform('uglifyify', { global: true }) | ||
@@ -95,0 +95,0 @@ .plugin('common-shakeify') |
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
14008
1
+ Addedcommon-shakeify@1.1.2(transitive)
- Removedcommon-shakeify@0.6.2(transitive)
Updatedcommon-shakeify@^1.1.1