babel-preset-airbnb
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.5.0] - 2018-06-15 | ||
* [New] transform ES5 property mutators | ||
* [New/Fix] set "strict" to true (#31) | ||
* [Deps] update `babel-preset-env`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-es2015-modules-commonjs`, `object.assign` | ||
## [2.4.0] - 2017-06-28 | ||
* [New] Added an option to toggle debug mode (#18) | ||
## [2.3.3] - 2017-06-20 | ||
@@ -8,0 +16,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var modules = [require('babel-plugin-transform-es2015-modules-commonjs'), { | ||
strict: false | ||
strict: true | ||
}]; | ||
@@ -49,2 +49,3 @@ | ||
}], | ||
require('babel-plugin-transform-es5-property-mutators'), | ||
require('babel-plugin-transform-es3-member-expression-literals'), | ||
@@ -51,0 +52,0 @@ require('babel-plugin-transform-es3-property-literals'), |
{ | ||
"name": "babel-preset-airbnb", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "A babel preset for transforming your JavaScript for Airbnb", | ||
@@ -20,17 +20,18 @@ "main": "index.js", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.22.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"babel-plugin-transform-es2015-template-literals": "^6.22.0", | ||
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", | ||
"babel-plugin-transform-es3-property-literals": "^6.22.0", | ||
"babel-plugin-transform-es5-property-mutators": "^6.24.1", | ||
"babel-plugin-transform-exponentiation-operator": "^6.24.1", | ||
"babel-plugin-transform-jscript": "^6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
"babel-preset-env": "^1.5.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"object.assign": "^4.0.4" | ||
"object.assign": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb-base": "^11.2.0", | ||
"eslint-plugin-import": "^2.3.0" | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.12.0" | ||
}, | ||
@@ -37,0 +38,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
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
50
7074
12
7
1
+ Addedbabel-plugin-transform-es5-property-mutators@6.24.1(transitive)
Updatedbabel-plugin-transform-es2015-modules-commonjs@^6.26.2
Updatedbabel-preset-env@^1.7.0
Updatedobject.assign@^4.1.0