babel-preset-airbnb
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -6,2 +6,5 @@ # Change Log | ||
## [2.5.1] - 2018-06-15 | ||
* [Fix] partial revert of #31; set strictMode to true | ||
## [2.5.0] - 2018-06-15 | ||
@@ -8,0 +11,0 @@ * [New] transform ES5 property mutators |
@@ -6,3 +6,4 @@ 'use strict'; | ||
var modules = [require('babel-plugin-transform-es2015-modules-commonjs'), { | ||
strict: true | ||
strictMode: true, // add "use strict" | ||
strict: false // this allows __esModule to be exported | ||
}]; | ||
@@ -9,0 +10,0 @@ |
{ | ||
"name": "babel-preset-airbnb", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "A babel preset for transforming your JavaScript for Airbnb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
7235
51
0