@babel/plugin-transform-function-name
Advanced tools
Comparing version 7.0.0-beta.51 to 7.0.0-beta.52
{ | ||
"name": "@babel/plugin-transform-function-name", | ||
"version": "7.0.0-beta.51", | ||
"version": "7.0.0-beta.52", | ||
"description": "Apply ES2015 function.name semantics to all functions", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name", | ||
"dependencies": { | ||
"@babel/helper-function-name": "7.0.0-beta.51", | ||
"@babel/helper-plugin-utils": "7.0.0-beta.51" | ||
"@babel/helper-function-name": "7.0.0-beta.52", | ||
"@babel/helper-plugin-utils": "7.0.0-beta.52" | ||
}, | ||
@@ -20,5 +20,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.51", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.51" | ||
"@babel/core": "7.0.0-beta.52", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.52" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-function-name | ||
See our website [@babel/plugin-transform-function-name](https://new.babeljs.io/docs/en/next/babel-plugin-transform-function-name.html) for more information. | ||
See our website [@babel/plugin-transform-function-name](https://babeljs.io/docs/en/next/babel-plugin-transform-function-name.html) for more information. | ||
@@ -13,3 +13,3 @@ ## Install | ||
```sh | ||
npm install --save @babel/plugin-transform-function-name | ||
npm install --save-dev @babel/plugin-transform-function-name | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
```sh | ||
yarn add --save @babel/plugin-transform-function-name | ||
yarn add @babel/plugin-transform-function-name --dev | ||
``` |
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
2353
+ Added@babel/helper-function-name@7.0.0-beta.52(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-beta.52(transitive)
+ Added@babel/helper-plugin-utils@7.0.0-beta.52(transitive)
- Removed@babel/helper-function-name@7.0.0-beta.51(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.51(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-beta.51(transitive)