New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

estree-to-babel

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estree-to-babel - npm Package Compare versions

Comparing version 10.1.0 to 10.2.0

lib/parenthesized-expression.js

2

lib/estree-to-babel.js

@@ -13,2 +13,3 @@ 'use strict';

const convertExportDeclaration = require('./convert-export-declaration');
const {ParenthesizedExpression} = require('./parenthesized-expression');

@@ -37,2 +38,3 @@ const {

noScope: true,
ParenthesizedExpression,
enter(path) {

@@ -39,0 +41,0 @@ const {node} = path;

2

package.json
{
"name": "estree-to-babel",
"version": "10.1.0",
"version": "10.2.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -39,2 +39,3 @@ # Estree-to-babel [![NPM version][NPMIMGURL]][NPMURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]

- `JSXText` has `extra` field;
- `extra.parenthesized=true` instead of `ParenthesizedExpression`;
- etc...

@@ -41,0 +42,0 @@

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