Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-airbnb

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-airbnb - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

8

CHANGELOG.md

@@ -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 @@

3

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc