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

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

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-nullish-coalescing-operator - npm Package Compare versions

Comparing version 7.22.5 to 7.22.11

3

lib/index.js

@@ -8,3 +8,2 @@ "use strict";

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxNullishCoalescingOperator = require("@babel/plugin-syntax-nullish-coalescing-operator");
var _core = require("@babel/core");

@@ -19,3 +18,3 @@ var _default = (0, _helperPluginUtils.declare)((api, {

name: "transform-nullish-coalescing-operator",
inherits: _pluginSyntaxNullishCoalescingOperator.default,
inherits: require("@babel/plugin-syntax-nullish-coalescing-operator").default,
visitor: {

@@ -22,0 +21,0 @@ LogicalExpression(path) {

{
"name": "@babel/plugin-transform-nullish-coalescing-operator",
"version": "7.22.5",
"version": "7.22.11",
"description": "Remove nullish coalescing operator",

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

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.11",
"@babel/helper-plugin-test-runner": "^7.22.5"

@@ -30,0 +30,0 @@ },

@@ -5,3 +5,3 @@ # @babel/plugin-transform-nullish-coalescing-operator

See our website [@babel/plugin-transform-nullish-coalescing-operator](https://babeljs.io/docs/en/babel-plugin-transform-nullish-coalescing-operator) for more information.
See our website [@babel/plugin-transform-nullish-coalescing-operator](https://babeljs.io/docs/babel-plugin-transform-nullish-coalescing-operator) for more information.

@@ -8,0 +8,0 @@ ## Install

Sorry, the diff of this file is not supported yet

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