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

babel-plugin-transform-optional-chaining

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-optional-chaining - npm Package Compare versions

Comparing version 7.0.0-alpha.19 to 7.0.0-alpha.20

7

lib/index.js

@@ -8,4 +8,7 @@ "use strict";

function optional(path, replacementPath) {
var loose = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
function optional(path, replacementPath, loose) {
if (loose === void 0) {
loose = false;
}
var scope = path.scope;

@@ -12,0 +15,0 @@ var optionals = [];

{
"name": "babel-plugin-transform-optional-chaining",
"version": "7.0.0-alpha.19",
"version": "7.0.0-alpha.20",
"description": "Transform optional chaining operators into a series of nil checks",

@@ -9,3 +9,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-optional-chaining",

"dependencies": {
"babel-plugin-syntax-optional-chaining": "7.0.0-alpha.19"
"babel-plugin-syntax-optional-chaining": "7.0.0-alpha.20"
},

@@ -16,4 +16,4 @@ "keywords": [

"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
"babel-helper-plugin-test-runner": "7.0.0-alpha.20"
}
}
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