babel-preset-airbnb
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -6,2 +6,5 @@ # Change Log | ||
## [4.2.0] - 2019.11.14 | ||
* [New] Add `@babel/plugin-proposal-nullish-coalescing-operator` and `@babel/plugin-proposal-optional-chaining` (#58) | ||
## [4.1.0] - 2019.10.3 | ||
@@ -8,0 +11,0 @@ * [New] Allow specifying the Babel runtime version |
@@ -78,2 +78,4 @@ 'use strict'; | ||
require('@babel/plugin-transform-property-literals'), | ||
require('@babel/plugin-proposal-nullish-coalescing-operator'), | ||
require('@babel/plugin-proposal-optional-chaining'), | ||
jscript ? require('@babel/plugin-transform-jscript') : null, | ||
@@ -80,0 +82,0 @@ [require('@babel/plugin-proposal-object-rest-spread'), { |
{ | ||
"name": "babel-preset-airbnb", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A babel preset for transforming your JavaScript for Airbnb", | ||
@@ -20,3 +20,5 @@ "main": "index.js", | ||
"@babel/helper-plugin-utils": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.6.0", | ||
"@babel/plugin-transform-classes": "^7.4.4", | ||
@@ -23,0 +25,0 @@ "@babel/plugin-transform-exponentiation-operator": "^7.2.0", |
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
13883
82
17
+ Added@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4
+ Added@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(transitive)
+ Added@babel/plugin-proposal-optional-chaining@7.21.0(transitive)
+ Added@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(transitive)
+ Added@babel/plugin-syntax-optional-chaining@7.8.3(transitive)
+ Addedcaniuse-lite@1.0.30001684(transitive)
+ Addedelectron-to-chromium@1.5.65(transitive)
- Removedcaniuse-lite@1.0.30001683(transitive)
- Removedelectron-to-chromium@1.5.64(transitive)