@ampproject/rollup-plugin-closure-compiler
Advanced tools
Comparing version 0.9.0 to 0.10.0
{ | ||
"name": "@ampproject/rollup-plugin-closure-compiler", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Rollup + Google Closure Compiler", | ||
"main": "dist/index.js", | ||
"jsnext:main": "dist/index.mjs", | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
@@ -21,3 +24,3 @@ "type": "git", | ||
"pretest": "rimraf dist transpile && tsc -p tsconfig.test.json & wait", | ||
"test": "ava -v test/**/*.js", | ||
"test": "ava", | ||
"build": "rimraf dist transpile && tsc -p tsconfig.json & wait", | ||
@@ -33,8 +36,8 @@ "postbuild": "rollup --config rollup.config.js", | ||
"dependencies": { | ||
"acorn": "6.1.1", | ||
"acorn": "6.2.0", | ||
"acorn-dynamic-import": "4.0.0", | ||
"acorn-walk": "6.1.1", | ||
"google-closure-compiler": "20190325.0.0", | ||
"magic-string": "0.25.2", | ||
"temp-write": "3.4.0" | ||
"acorn-walk": "6.2.0", | ||
"google-closure-compiler": "20190618.0.0", | ||
"magic-string": "0.25.3", | ||
"temp-write": "4.0.0" | ||
}, | ||
@@ -45,17 +48,14 @@ "devDependencies": { | ||
"@types/temp-write": "3.3.0", | ||
"ava": "1.4.1", | ||
"builtins": "2.0.0", | ||
"husky": "1.3.1", | ||
"lint-staged": "8.1.5", | ||
"np": "4.0.2", | ||
"prettier": "1.17.0", | ||
"ava": "2.2.0", | ||
"builtins": "2.0.1", | ||
"husky": "3.0.0", | ||
"lint-staged": "9.2.0", | ||
"np": "5.0.3", | ||
"prettier": "1.18.2", | ||
"rimraf": "2.6.3", | ||
"rollup": "0.67.4", | ||
"rollup-plugin-copy": "1.1.0", | ||
"tslint": "5.15.0", | ||
"typescript": "3.4.3" | ||
"rollup-plugin-copy": "2.0.1", | ||
"tslint": "5.18.0", | ||
"typescript": "3.5.3" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"lint-staged": { | ||
@@ -73,3 +73,9 @@ "*.ts": [ | ||
} | ||
}, | ||
"ava": { | ||
"files": [ | ||
"test/**/*.test.js" | ||
], | ||
"verbose": true | ||
} | ||
} |
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
118349
+ Addedacorn@6.2.0(transitive)
+ Addedacorn-walk@6.2.0(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedgoogle-closure-compiler@20190618.0.0(transitive)
+ Addedgoogle-closure-compiler-java@20190618.0.0(transitive)
+ Addedgoogle-closure-compiler-js@20190618.0.0(transitive)
+ Addedgoogle-closure-compiler-linux@20190618.0.0(transitive)
+ Addedgoogle-closure-compiler-osx@20190618.0.0(transitive)
+ Addedgoogle-closure-compiler-windows@20190618.0.0(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedis-stream@2.0.1(transitive)
+ Addedmagic-string@0.25.3(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addedtemp-write@4.0.0(transitive)
- Removedacorn@6.1.1(transitive)
- Removedacorn-walk@6.1.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedgoogle-closure-compiler@20190325.0.0(transitive)
- Removedgoogle-closure-compiler-java@20190325.0.0(transitive)
- Removedgoogle-closure-compiler-js@20190325.0.0(transitive)
- Removedgoogle-closure-compiler-linux@20190325.0.0(transitive)
- Removedgoogle-closure-compiler-osx@20190325.0.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedmagic-string@0.25.2(transitive)
- Removedmake-dir@1.3.0(transitive)
- Removedpify@3.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtemp-write@3.4.0(transitive)
Updatedacorn@6.2.0
Updatedacorn-walk@6.2.0
Updatedmagic-string@0.25.3
Updatedtemp-write@4.0.0