Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-optional-chaining

Package Overview
Dependencies
54
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.2.0 to 7.7.4

12

lib/index.js

@@ -8,13 +8,5 @@ "use strict";

function _helperPluginUtils() {
const data = require("@babel/helper-plugin-utils");
var _helperPluginUtils = require("@babel/helper-plugin-utils");
_helperPluginUtils = function () {
return data;
};
return data;
}
var _default = (0, _helperPluginUtils().declare)(api => {
var _default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);

@@ -21,0 +13,0 @@ return {

7

package.json
{
"name": "@babel/plugin-syntax-optional-chaining",
"version": "7.2.0",
"version": "7.7.4",
"description": "Allow parsing of optional properties",

@@ -21,4 +21,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",

"devDependencies": {
"@babel/core": "^7.2.0"
}
"@babel/core": "^7.7.4"
},
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc