You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@babel/types

Package Overview
Dependencies
Maintainers
4
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/types - npm Package Compare versions

Comparing version

to
7.27.3

1

lib/converters/toExpression.js

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

node.type = "ClassExpression";
node.abstract = false;
} else if ((0, _index.isFunction)(node)) {

@@ -20,0 +21,0 @@ node.type = "FunctionExpression";

6

package.json
{
"name": "@babel/types",
"version": "7.27.1",
"version": "7.27.3",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",

@@ -23,4 +23,4 @@ "author": "The Babel Team (https://babel.dev/team)",

"devDependencies": {
"@babel/generator": "^7.27.1",
"@babel/parser": "^7.27.1",
"@babel/generator": "^7.27.3",
"@babel/parser": "^7.27.3",
"glob": "^7.2.0"

@@ -27,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet