Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-nullish-coalescing-operator

Package Overview
Dependencies
55
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.13.8 to 7.14.2

4

lib/index.js

@@ -10,8 +10,6 @@ "use strict";

var _pluginSyntaxNullishCoalescingOperator = _interopRequireDefault(require("@babel/plugin-syntax-nullish-coalescing-operator"));
var _pluginSyntaxNullishCoalescingOperator = require("@babel/plugin-syntax-nullish-coalescing-operator");
var _core = require("@babel/core");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = (0, _helperPluginUtils.declare)((api, {

@@ -18,0 +16,0 @@ loose = false

{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.13.8",
"version": "7.14.2",
"description": "Remove nullish coalescing operator",

@@ -27,5 +27,5 @@ "repository": {

"devDependencies": {
"@babel/core": "7.13.8",
"@babel/helper-plugin-test-runner": "7.12.13"
"@babel/core": "7.14.2",
"@babel/helper-plugin-test-runner": "7.13.10"
}
}
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