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

babel-preset-airbnb

Package Overview
Dependencies
Maintainers
7
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 4.1.0 to 4.2.0

3

CHANGELOG.md

@@ -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'), {

4

package.json
{
"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",

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