babel-preset-es2015-rollup
Advanced tools
Comparing version 1.2.0 to 2.0.0
# babel-preset-es2015-rollup changelog | ||
## 2.0.0 | ||
* Install `babel-plugin-transform-es2015-modules-commonjs` and `babel-plugin-external-helpers` so that `modify-babel-preset` can identify and remove them when npm 2 is involved | ||
## 1.2.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "babel-preset-es2015-rollup", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"dependencies": { | ||
"babel-plugin-external-helpers": "^6.4.0", | ||
"babel-plugin-external-helpers": "^6.18.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0", | ||
"babel-preset-es2015": "^6.3.13", | ||
"modify-babel-preset": "^2.1.1" | ||
"modify-babel-preset": "^3.2.0" | ||
}, | ||
@@ -12,3 +13,3 @@ "description": "This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it with [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel).", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
@@ -20,3 +21,7 @@ "repository": "rollup/babel-preset-es2015-rollup", | ||
"url": "https://github.com/rollup/babel-preset-es2015-rollup/issues" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.13.2", | ||
"mocha": "^3.0.2" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
# babel-preset-es2015-rollup | ||
# babel-preset-es2015-rollup [![Build Status](https://travis-ci.org/rollup/babel-preset-es2015-rollup.svg?branch=master)](https://travis-ci.org/rollup/babel-preset-es2015-rollup) | ||
This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it with [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel). |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
30
1
0
3254
4
2
7
+ Addedbabel-plugin-transform-es2015-modules-commonjs@^6.18.0
+ Addedmodify-babel-preset@3.2.1(transitive)
- Removedmodify-babel-preset@2.1.1(transitive)
Updatedmodify-babel-preset@^3.2.0