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.5.0 to 2.5.1

3

CHANGELOG.md

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

3

index.js

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

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