Comparing version 2.5.2 to 3.0.0
@@ -7,2 +7,6 @@ # tinyify change log | ||
## 3.0.0 | ||
* **breaking** Update terser. Tinyify now requires Node.js 6. | ||
* Use patched envify from npm as `@goto-bus-stop/envify`. | ||
## 2.5.2 | ||
@@ -9,0 +13,0 @@ * Use a patched version of envify with support for newer syntax features. |
@@ -7,3 +7,3 @@ var packFlat = require('browser-pack-flat/plugin') | ||
var uglify = require('minify-stream') | ||
var envify = require('./private_modules/envify/custom') | ||
var envify = require('@goto-bus-stop/envify/custom') | ||
var uglifyify = require('uglifyify') | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "tinyify", | ||
"description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.", | ||
"version": "2.5.2", | ||
"version": "3.0.0", | ||
"author": "Renée Kooi <renee@kooi.me>", | ||
@@ -10,2 +10,3 @@ "bugs": { | ||
"dependencies": { | ||
"@goto-bus-stop/envify": "^5.0.0", | ||
"acorn-node": "^1.8.2", | ||
@@ -16,3 +17,3 @@ "browser-pack-flat": "^3.0.9", | ||
"dash-ast": "^1.0.0", | ||
"minify-stream": "^1.2.1", | ||
"minify-stream": "^2.0.1", | ||
"multisplice": "^1.0.0", | ||
@@ -45,8 +46,3 @@ "through2": "^3.0.1", | ||
"test": "standard && node test" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"private_modules/**" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
13777
11
8
94
+ Added@goto-bus-stop/envify@^5.0.0
+ Added@goto-bus-stop/envify@5.0.0(transitive)
+ Addedacorn-node@2.0.1(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedminify-stream@2.1.0(transitive)
+ Addedterser@3.17.04.8.1(transitive)
- Removedcommander@2.17.1(transitive)
- Removedminify-stream@1.2.1(transitive)
- Removedterser@3.16.1(transitive)
Updatedminify-stream@^2.0.1